aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--main.ha4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.ha b/main.ha
index 7a4e135..8051da4 100644
--- a/main.ha
+++ b/main.ha
@@ -7,8 +7,8 @@ use time;
use types;
use sdl2;
-def SCALE: int = 10;
-def CLOCKSPEED: int = 540;
+def SCALE: int = 20;
+def CLOCKSPEED: int = 600;
def SCREEN_WIDTH: size = 64;
def SCREEN_HEIGHT: size = 32;