diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-08-10 14:30:55 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-08-10 14:30:55 +0300 |
commit | bb820d973e9f53d33a32c46659e2a163e68be4ba (patch) | |
tree | 64fa131417125f68e5adf944a49baad45d09be8f /src/main.c | |
parent | 3009bdfe5c9d06dd03d9a36a5919fcb1c834137c (diff) |
add more tiles
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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}; |