aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
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};