Continued work on tilemaps/debug

This commit is contained in:
2022-04-08 18:19:27 -04:00
parent 2331110c71
commit bc4262d552
5 changed files with 48 additions and 14 deletions

View File

@ -42,6 +42,8 @@ public:
static bool gravityOnPlayer;
static bool playerIsGrounded;
static bool playerIsJumping;
static Vector2D playerPosition;
static Vector2D pVel;
static SDL_Rect camera;
static AssetManager* assets;
static GameStateManager* gsm;