-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy path.sbproj
30 lines (30 loc) · 790 Bytes
/
.sbproj
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
{
"Title": "Simple Weapon Base",
"Type": "game",
"Org": "swb",
"Ident": "demo",
"Schema": 1,
"IncludeSourceFiles": false,
"Resources": "*.png\n*.ttf\n*.mp3\n*.wav\n*.config\n*.scss\n*.prefab\n*.fbx\n*.smd\n*credits*\nfonts/*",
"PackageReferences": [],
"EditorReferences": null,
"IsWhitelistDisabled": false,
"Metadata": {
"MaxPlayers": 64,
"MinPlayers": 1,
"TickRate": 50,
"GameNetworkType": "Multiplayer",
"MapSelect": "Unrestricted",
"MapList": [
"facepunch.flatgrass"
],
"RankType": "None",
"PerMapRanking": false,
"LeaderboardType": "None",
"CsProjName": "",
"StartupScene": "scenes/minimal.scene",
"ProjectTemplate": null,
"LaunchMode": "QuickPlay",
"MapStartupScene": "scenes/minimal.scene"
}
}