-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrepro.sbproj
More file actions
44 lines (44 loc) · 1.05 KB
/
repro.sbproj
File metadata and controls
44 lines (44 loc) · 1.05 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
{
"Title": "Small Fish Repros",
"Type": "game",
"Org": "fish",
"Ident": "repros",
"Schema": 1,
"IncludeSourceFiles": false,
"Resources": null,
"PackageReferences": [],
"EditorReferences": null,
"Mounts": null,
"IsStandaloneOnly": false,
"Metadata": {
"MaxPlayers": 64,
"MinPlayers": 1,
"TickRate": 50,
"GameNetworkType": "Multiplayer",
"MapSelect": "Unrestricted",
"MapList": [
"facepunch.flatgrass"
],
"RankType": "None",
"PerMapRanking": false,
"LeaderboardType": "None",
"CsProjName": "",
"LaunchMode": "Normal",
"Compiler": {
"RootNamespace": "Sandbox",
"DefineConstants": "SANDBOX",
"NoWarn": "1701;1702;1591;IDE0130;",
"WarningsAsErrors": "",
"TreatWarningsAsErrors": false,
"Nullables": false,
"ReleaseMode": "Debug",
"AssemblyReferences": [],
"ReplacementDirectives": {
".Server.cs": "SERVER"
},
"IgnoreFolders": [],
"DistinctAssemblyReferences": []
},
"StartupScene": "scenes/default.scene"
}
}