-
Notifications
You must be signed in to change notification settings - Fork 0
/
.sbproj
59 lines (59 loc) · 1.41 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
52
53
54
55
56
57
58
59
{
"Title": "Table Tennis VR",
"Type": "game",
"Org": "facepunch",
"Ident": "tabletennis",
"Tags": "",
"Schema": 1,
"Resources": "/code/ui/*\n/ui/*",
"PackageReferences": [],
"EditorReferences": null,
"Metadata": {
"MapList": [
"facepunch.tt_arena"
],
"PerMapRanking": false,
"LeaderboardType": "Descending",
"RankType": "Elo",
"MapSelect": "Hidden",
"GameNetworkType": "Multiplayer",
"MaxPlayers": 2,
"MinPlayers": 1,
"GameCategory": "Sports",
"ControlModes": {
"VR": true
},
"Physics": {
"SubSteps": 2,
"TimeScale": 1,
"Gravity": "0,0,-800",
"AirDensity": 1.2,
"SimulationMode": "Continuous",
"PositionIterations": 2,
"VelocityIterations": 8,
"SoftBodyIterations": 1,
"SoftBodySubsteps": 1
},
"Summary": "\uD83C\uDFD3Facepunch Presents Table Tennis VR",
"Description": "",
"Public": true,
"TickRate": 50,
"CsProjName": "",
"Compiler": {
"RootNamespace": "Sandbox",
"DefineConstants": "SANDBOX;ADDON;DEBUG",
"NoWarn": "1701;1702;1591;",
"WarningsAsErrors": "",
"Whitelist": true,
"AssemblyReferences": [],
"IgnoreFolders": [
"editor",
"unittest"
],
"DistinctAssemblyReferences": []
},
"StartupScene": "scenes/menu.scene",
"LaunchMode": "Normal",
"MapStartupScene": "scenes/menu.scene"
}
}