Firefighter better animations added

This commit is contained in:
2021-01-31 02:10:02 -05:00
parent 697ab6f8fc
commit 3481c20e4f
11 changed files with 75 additions and 44 deletions

View File

@ -37,6 +37,7 @@ public:
// static std::vector<ColliderComponent*> colliders;
static bool isRunning;
static bool debugCollisionBoxes;
static bool gravityOnPlayer;
static SDL_Rect camera;
static AssetManager* assets;
enum groupLabels : std::size_t