Project Init

This commit is contained in:
Relicjamin
2026-04-02 16:02:24 -04:00
commit bb4084d544
10 changed files with 745 additions and 0 deletions

28
titan.sbproj Normal file
View File

@@ -0,0 +1,28 @@
{
"Title": "Titan",
"Type": "game",
"Org": "local",
"Ident": "titan",
"Schema": 1,
"IncludeSourceFiles": false,
"Resources": null,
"PackageReferences": [],
"EditorReferences": null,
"Mounts": null,
"IsStandaloneOnly": 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"
}
}