Pulls in FPS menu so we can make edits

This commit is contained in:
gamer147
2023-08-03 12:22:24 -04:00
parent 686edc85a3
commit a5a734b31a
13 changed files with 722 additions and 3 deletions

15
.sbproj
View File

@@ -37,7 +37,20 @@
"GameSettings": {},
"Addons": "",
"PreLaunchCommand": "",
"PostLaunchCommand": ""
"PostLaunchCommand": "lucker_minigames_per_round 1"
}
],
"PackageSettings": [
{
"DisplayType": "Integer",
"Choices": [],
"ConVarName": "lucker_minigames_per_round",
"DisplayName": "Minigames Per Round",
"DefaultValue": "0",
"Description": "The number of minigames played per round",
"Group": "Other",
"Minimum": 1,
"Maximum": 12
}
]
}