refactored Text, box UI and reconfigured config.json

This commit is contained in:
Alan Youngblood
2023-08-04 14:34:43 -04:00
parent 4c2049a1e0
commit 6568026886
6 changed files with 75 additions and 20 deletions

View File

@ -51,6 +51,12 @@ public:
static bool playerIsJumping;
static Vector2D playerPosition;
static Vector2D pVel;
static Vector2D fontSize;
static Vector2D nineSliceSize;
static int nineSliceX0;
static int nineSliceX1;
static int nineSliceY0;
static int nineSliceY1;
static SDL_Rect camera;
static SDL_Rect levelMap;
static AssetManager* assets;