Set game speed to 1x (default)

This commit is contained in:
expected-ingot
2025-06-30 01:22:23 +02:00
parent 9e16e8adc7
commit 2875ce3cb9
+1 -1
View File
@@ -15,7 +15,7 @@
#include "soundbank.h"
static int timer = 1; // This might already exist in libtonc but idk so i'm just making my own
static int game_speed = 4;
static int game_speed = 1;
static int background = 0;
static enum GameState game_state = GAME_PLAYING;