Merge remote-tracking branch 'origin/InputFields' into SQC_mergeFieldsAndOnline

This commit is contained in:
MarcEricMartel
2023-12-09 15:23:44 -05:00
6 changed files with 397 additions and 80 deletions

View File

@@ -48,8 +48,9 @@
enum GameState {
MAIN_MENU,
SPLASH,
LOBBY,
OPTIONS,
QUIT,
QUIT,
PLAY,
PAUSE
};