summaryrefslogtreecommitdiff
path: root/include/map.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-05-15 22:08:10 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-05-15 22:08:10 +0200
commite2fb2bc2072f7d404a1c1664836d25b84b6fad03 (patch)
tree297b95ddf1c9ecb6711e2dfc8200f96a66d57d59 /include/map.h
parent00d2b70189bb564ab2a4f7ba6fc303dda712376f (diff)
club and bowling assets
Diffstat (limited to 'include/map.h')
-rw-r--r--include/map.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/map.h b/include/map.h
index b3c1512..da70c39 100644
--- a/include/map.h
+++ b/include/map.h
@@ -21,6 +21,24 @@ typedef enum t_tile_type {
TILE_CARPET3 = 10,
TILE_CARPET4 = 11,
TILE_CARPET5 = 12,
+ TILE_CARPET_STAIRS_v = 13,
+ TILE_CLUB1 = 14,
+ TILE_CLUB2 = 15,
+ TILE_CLUB3 = 16,
+ TILE_CLUB4 = 17,
+ TILE_CLUB_STAIRS1 = 18,
+ TILE_CLUB_STAIRS2 = 19,
+ TILE_CLUB_STAIRS3 = 20,
+ TILE_CLUB_STAIRS4 = 21,
+ TILE_CLUB_STAIRS5 = 22,
+ TILE_CLUB_STAIRS6 = 23,
+ TILE_CLUB_STAIRS7 = 24,
+ TILE_CLUB_STAIRS8 = 25,
+ TILE_CLUB_STAIRS9 = 26,
+ TILE_CLUB_STAIRS10 = 27,
+ TILE_CLUB_STAIRS11 = 28,
+ TILE_CLUB_STAIRS12 = 29,
+ TILE_CLUB_STAIRS13 = 30,
TILE_END,
} tile_type;