summaryrefslogtreecommitdiff
path: root/include/map.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2022-12-18 20:17:16 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2022-12-18 20:17:16 +0100
commite917400634a535c6c14afc4e37a759f7c777b73a (patch)
tree5c8a5de1c6c09985395fbfb660a27500a65d1de0 /include/map.h
parent3e825971102a33dfbb82a20a365684d413bc1ba8 (diff)
server tick rate
Diffstat (limited to 'include/map.h')
-rw-r--r--include/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/map.h b/include/map.h
index 3bc8273..26bc749 100644
--- a/include/map.h
+++ b/include/map.h
@@ -22,7 +22,7 @@ typedef struct t_tile {
vec2f br;
} tile;
-#define MAP_SIZE_X 20
+#define MAP_SIZE_X 40
#define MAP_SIZE_Y 20
tile map_loaded[MAP_SIZE_Y][MAP_SIZE_X];