-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathsandbox.sbproj
More file actions
37 lines (37 loc) · 936 Bytes
/
sandbox.sbproj
File metadata and controls
37 lines (37 loc) · 936 Bytes
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
{
"Title": "Sandbox",
"Type": "game",
"Org": "facepunch",
"Ident": "sandbox",
"Schema": 1,
"IncludeSourceFiles": false,
"Resources": "/fonts/*\n/UI/*.png\n/ui/*.png\n/ui/*\n/ui/weapons/melee/*",
"PackageReferences": [],
"EditorReferences": null,
"Mounts": [],
"IsStandaloneOnly": false,
"Metadata": {
"MaxPlayers": 32,
"MinPlayers": 1,
"TickRate": 50,
"GameNetworkType": "Multiplayer",
"MapSelect": "Unrestricted",
"MapList": [
"facepunch.flatgrass"
],
"RankType": "None",
"PerMapRanking": false,
"LeaderboardType": "None",
"CsProjName": "",
"StartupScene": "scenes/sandbox.scene",
"ControlModes": {
"Keyboard": true,
"VR": false,
"Gamepad": true
},
"LaunchMode": "Launcher",
"MapStartupScene": "scenes/sandbox.scene",
"DedicatedServerStartupScene": "scenes/sandbox.scene",
"SystemScene": "scenes/system.scene"
}
}