demo update

This commit is contained in:
h4570
2022-08-20 00:10:07 +02:00
parent 8eb01d34da
commit 405d5afd35
21 changed files with 306 additions and 122 deletions
+1 -1
View File
@@ -12,6 +12,6 @@
namespace Demo {
enum GlobalStateType { STATE_INTRO, STATE_GAME, STATE_EXIT };
enum GlobalStateType { STATE_INTRO, STATE_LOADING, STATE_GAME, STATE_EXIT };
} // namespace Demo