-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmantle.yml
49 lines (47 loc) · 1.52 KB
/
mantle.yml
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
environments:
- label: beta
targetNamePrefix: environmentLabel
targetAccess: public
targetOverrides:
icon: assets/marketing/game_icon_beta.jpg
thumbnails: [assets/marketing/game_thumbnail_beta.jpg]
places:
start:
configuration:
name: Survive Arcade DEV 🚧
description: |
This is a development build of Survive Arcade. Your feedback is appreciated ❤️
🚧 Proceed with caution: You may encounter bugs, data resets, and instability.
🔥 Take a look at upcoming features before they're shipped to production.
maxPlayerCount: 8
- label: production
branches: [main]
targetAccess: public
target:
experience:
icon: assets/marketing/game_icon.jpg
thumbnails: [assets/marketing/game_thumbnail.jpg]
configuration:
playableDevices: [computer, console, phone, tablet]
privateServers:
price: 10
enableStudioAccessToApis: true
avatarType: playerChoice
avatarAnimationType: playerChoice
spatialVoice:
enabled: true
places:
start:
file: SurviveArcade.rbxl
configuration:
name: Survive Arcade 🎮
description: |
Get the high score. But beware of the rats!
maxPlayerCount: 8
human:
file: SurviveArcade.rbxl
configuration:
name: Survive Arcade 🎮
description: |
Get the high score. But beware of the humans!
maxPlayerCount: 8