aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2022-08-10 14:30:55 +0300
committerkartofen <mladenovnasko0@gmail.com>2022-08-10 14:30:55 +0300
commitbb820d973e9f53d33a32c46659e2a163e68be4ba (patch)
tree64fa131417125f68e5adf944a49baad45d09be8f /src/main.c
parent3009bdfe5c9d06dd03d9a36a5919fcb1c834137c (diff)
add more tiles
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index d474ae2..1725434 100644
--- a/src/main.c
+++ b/src/main.c
@@ -23,8 +23,8 @@ small_t tile_connections[TILES_CAP];
// least significant bit is tile index 0
size_t tile_masks[TILES_CAP][4] = {0};
-#define WIDTH_SCALER 100
-#define HEIGHT_SCALER 100
+#define WIDTH_SCALER 30
+#define HEIGHT_SCALER 30
size_t tiles_board[WIDTH_SCALER * HEIGHT_SCALER] = {0};