Initial commit

This commit is contained in:
gamer147
2023-08-02 19:47:53 -04:00
commit 285a130a81
33 changed files with 1699 additions and 0 deletions

44
.sbproj Normal file
View File

@@ -0,0 +1,44 @@
{
"Title": "Are You \u0026 Lucker",
"Type": "game",
"Org": "local",
"Ident": "are_you___lucker",
"Tags": null,
"Schema": 1,
"HasAssets": true,
"AssetsPath": "",
"Resources": null,
"MenuResources": null,
"HasCode": true,
"CodePath": "/code/",
"PackageReferences": [],
"EditorReferences": null,
"Metadata": {
"MaxPlayers": 8,
"MinPlayers": 1,
"GameNetworkType": "Multiplayer",
"MapSelect": "Unrestricted",
"MapList": [
"facepunch.square"
],
"RankType": "None",
"PerMapRanking": false,
"LeaderboardType": "None",
"GameCategory": "TechDemos",
"ProjectTemplate": null,
"TickRate": 50,
"CsProjName": "",
"LaunchConfigs": [
{
"Name": "My New Config",
"GameIdent": "local.are_you___lucker#local",
"MapName": "voximity.flat_plane",
"MaxPlayers": 1,
"GameSettings": {},
"Addons": "",
"PreLaunchCommand": "",
"PostLaunchCommand": ""
}
]
}
}