This commit is contained in:
2025-06-07 00:57:00 +02:00
parent d4665c4e9b
commit 64cac7578d
100 changed files with 464 additions and 169 deletions

View File

@@ -11,6 +11,19 @@
SDL_Window *window = NULL;
volatile bool running = true;
const char OrientStrings[ORIENT_DIRECTION_COUNT][10] = {
"LEFT_DOWN",
"LEFT",
"LEFT_UP",
"UP",
"RIGHT_UP",
"RIGHT",
"RIGHT_DOWN",
"DOWN",
};
int animationStep = 0;
bool debugMode = false;
bool itemViewing = false;
bool renderAtlas = false;