-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmantle.yaml
64 lines (59 loc) · 1.58 KB
/
mantle.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
owner: personal
# If it's a group, you need to change it to this:
# owner:
# group: group_id
state:
remote:
region: eu-central-1
bucket: christopher-buss-mantle-states
key: roblox-ts-example
environments:
- label: development
branches:
- develop
targetNamePrefix: environmentLabel
targetAccess: private
targetOverrides:
icon: assets/marketing/example-icon.png
- label: production
branches:
- main
targetAccess: public
target:
experience:
icon: assets/marketing/example-icon.png
configuration:
playableDevices: [computer, console, phone, tablet]
privateServers:
price: 0
enableStudioAccessToApis: true
avatarType: playerChoice
avatarAnimationType: playerChoice
spatialVoice:
enabled: true
places:
start:
file: place.rbxlx
configuration:
name: roblox-ts Project Template
description: A project template for Roblox TypeScript projects.
maxPlayerCount: 700
allowCopying: true # !!! TURN THIS OFF FOR YOUR GAME !!!
badges:
1-example:
name: Welcome Example Badge
description: This is an example badge.
icon: assets/badges/example-badge.png
enabled: true
products:
1-example:
name: Example Product
description: This is an example product.
price: 5
icon: assets/marketing/example-icon.png
passes:
1-example:
name: Example Pass
description: This is an example pass.
price: 5
icon: assets/marketing/example-icon.png