-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcouncil_elections.sbproj
More file actions
49 lines (49 loc) · 1.14 KB
/
council_elections.sbproj
File metadata and controls
49 lines (49 loc) · 1.14 KB
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
{
"Title": "Council Elections",
"Type": "game",
"Org": "fish",
"Ident": "council_elections",
"Schema": 1,
"IncludeSourceFiles": false,
"Resources": null,
"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/startup.scene",
"Compiler": {
"RootNamespace": "Sandbox",
"DefineConstants": "SANDBOX;ADDON;DEBUG",
"NoWarn": "1701;1702;1591;",
"WarningsAsErrors": "",
"TreatWarningsAsErrors": false,
"Nullables": false,
"Whitelist": true,
"ReleaseMode": "Debug",
"AssemblyReferences": [],
"IgnoreFolders": [
"editor",
"unittest"
],
"DistinctAssemblyReferences": []
},
"LaunchMode": "Normal",
"ControlModes": {
"Keyboard": true,
"VR": false,
"Gamepad": true
}
}
}