-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.sbproj
51 lines (51 loc) · 1.37 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
46
47
48
49
50
51
{
"Title": "Minigolf",
"Type": "game",
"Org": "facepunch",
"Ident": "minigolf",
"Schema": 1,
"IncludeSourceFiles": false,
"Resources": "/config/*\n/fonts/*\n/ui/*",
"PackageReferences": [],
"EditorReferences": null,
"IsWhitelistDisabled": false,
"Metadata": {
"MapList": [
"facepunch.minigolf_green",
"facepunch.minigolf_funland",
"facepunch.minigolf_build"
],
"MinPlayers": 1,
"MapSelect": "Tagged",
"RankType": "Best",
"PerMapRanking": true,
"LeaderboardType": "Ascending",
"GameNetworkType": "Multiplayer",
"MaxPlayers": 8,
"GameCategory": "Sports",
"ControlModes": {
"Keyboard": true
},
"CsProjName": "",
"Summary": "\u26F3 Play competitive multiplayer Minigolf with your friends.",
"Description": "\u26F3\u26F3\u26F3 Play competitive multiplayer Minigolf with your friends. \u26F3\u26F3\u26F3\r\n",
"Public": true,
"HttpAllowList": null,
"TickRate": 50,
"LaunchConfigs": [
{
"Name": "Minigolf",
"GameIdent": "facepunch.minigolf#local",
"MapName": "facepunch.minigolf_green",
"MaxPlayers": 1,
"GameSettings": {},
"Addons": "",
"PreLaunchCommand": "",
"PostLaunchCommand": ""
}
],
"StartupScene": "scenes/menu.scene",
"MapStartupScene": "scenes/menu.scene",
"LaunchMode": "Normal"
}
}