This commit is contained in:
asrael 2025-11-01 12:39:59 -05:00
parent e862b02019
commit 0ed7fc4496
No known key found for this signature in database
GPG key ID: 2786557804DFAE24
21 changed files with 1267 additions and 148 deletions

View file

@ -28,6 +28,7 @@ typedef struct pxl8_game {
f32 time;
bool repl_mode;
bool repl_started;
bool running;
bool script_loaded;
char script_path[256];