Initial commit for new project

This commit is contained in:
2024-12-21 22:22:30 -08:00
commit 619aae1172
10 changed files with 807 additions and 0 deletions

27
lucker_party.sbproj Normal file
View File

@@ -0,0 +1,27 @@
{
"Title": "Lucker Party",
"Type": "game",
"Org": "local",
"Ident": "lucker_party",
"Schema": 1,
"IncludeSourceFiles": false,
"Resources": null,
"PackageReferences": [],
"EditorReferences": null,
"IsWhitelistDisabled": false,
"Metadata": {
"MaxPlayers": 64,
"MinPlayers": 1,
"TickRate": 50,
"GameNetworkType": "Multiplayer",
"MapSelect": "Unrestricted",
"MapList": [
"facepunch.flatgrass"
],
"RankType": "None",
"PerMapRanking": false,
"LeaderboardType": "None",
"CsProjName": "",
"StartupScene": "scenes/minimal.scene"
}
}