Added music and sfx

This commit is contained in:
2021-01-31 16:29:42 -05:00
parent 5d76cfe49c
commit a3c829f7c8
18 changed files with 53 additions and 39 deletions

View File

@ -38,6 +38,7 @@ public:
static bool isRunning;
static bool debugCollisionBoxes;
static bool gravityOnPlayer;
static bool playerIsGrounded;
static SDL_Rect camera;
static AssetManager* assets;
enum groupLabels : std::size_t