From 0e75a2949678cb8a68fb0819355864aa6db2cb43 Mon Sep 17 00:00:00 2001 From: quou Date: Sat, 5 Oct 2024 12:13:47 +1000 Subject: Level transitions and main menu --- map.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'map.h') 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) \ -- cgit v1.2.3-54-g00ecf