-
Notifications
You must be signed in to change notification settings - Fork 0
/
.sbproj
45 lines (45 loc) · 1.21 KB
/
.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"Title": "Cold Open",
"Type": "game",
"Org": "apetavern",
"Ident": "gvar_jam",
"Tags": "",
"Schema": 1,
"HasAssets": true,
"AssetsPath": "",
"Resources": null,
"MenuResources": null,
"HasCode": true,
"CodePath": "/code/",
"PackageReferences": [],
"EditorReferences": null,
"Metadata": {
"MaxPlayers": 1,
"MinPlayers": 1,
"GameNetworkType": "Multiplayer",
"MapSelect": "Hidden",
"MapList": [
"horror_jam_map"
],
"RankType": "None",
"PerMapRanking": false,
"LeaderboardType": "None",
"ProjectTemplate": null,
"GameCategory": "Mystery",
"ControlModes": {
"Keyboard": true,
"Gamepad": true
},
"Compiler": {
"RootNamespace": "GvarJam",
"DefineConstants": "SANDBOX;ADDON;DEBUG",
"NoWarn": "1701;1702;1591;",
"Nullables": true
},
"ParentPackage": "",
"CsProjName": "",
"Summary": "Ape Tavern\u0027s submission for the Gvarados Halloween Jam 2022.",
"Description": "Ape Tavern\u0027s submission for the Gvarados Halloween Jam 2022.\n\nCONTROLS:\nSHIFT- Sprint\nF - Toggle flashlight\nE (Hold) - Interact\nWASD - Move\nSpace - Jump\nC - Change perspective\nCTRL - Crouch",
"Public": false
}
}