aboutsummaryrefslogtreecommitdiff
path: root/map.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-10-05 12:13:47 +1000
committerquou <quou@disroot.org>2024-10-05 12:13:47 +1000
commit0e75a2949678cb8a68fb0819355864aa6db2cb43 (patch)
treeabeb4ecb53649e520e4fcc1652ad870e3d7175fa /map.h
parent6cab1d56ad2b29a2556090f1f0ce7e2b72d5460a (diff)
Level transitions and main menu
Diffstat (limited to 'map.h')
-rw-r--r--map.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/map.h b/map.h
index 6a3021d..62263f5 100644
--- a/map.h
+++ b/map.h
@@ -39,7 +39,11 @@ struct World;
x(tile_window_top, 0, 48) \
x(tile_window_mid, 16, 48) \
x(tile_window_bot, 32, 48) \
- x(tile_brick_floor, 48, 48)
+ x(tile_brick_floor, 48, 48) \
+ x(tile_trapdoor1, 64, 48) \
+ x(tile_trapdoor2, 80, 48) \
+ x(tile_trapdoor3, 96, 48) \
+ x(tile_trapdoor4, 112, 48)
typedef enum {
#define x(n, x, y) \