Refactors, Introduce GameManager, Lobby work, Docs

This commit is contained in:
2024-12-23 03:15:16 -08:00
parent 299752bd75
commit 0fffa21ff1
10 changed files with 170 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
{
"Title": "Lucker Party",
"Type": "game",
"Org": "local",
"Org": "concoshut",
"Ident": "lucker_party",
"Schema": 1,
"IncludeSourceFiles": false,
@@ -22,6 +22,22 @@
"PerMapRanking": false,
"LeaderboardType": "None",
"CsProjName": "",
"StartupScene": "scenes/minimal.scene"
"StartupScene": "scenes/minimal.scene",
"Compiler": {
"RootNamespace": "LuckerParty",
"DefineConstants": "SANDBOX;ADDON;DEBUG",
"NoWarn": "1701;1702;1591;",
"WarningsAsErrors": "",
"TreatWarningsAsErrors": false,
"Nullables": false,
"Whitelist": true,
"ReleaseMode": "Debug",
"AssemblyReferences": [],
"IgnoreFolders": [
"editor",
"unittest"
],
"DistinctAssemblyReferences": []
}
}
}