From e2fb2bc2072f7d404a1c1664836d25b84b6fad03 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Wed, 15 May 2024 22:08:10 +0200 Subject: club and bowling assets --- include/map.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'include/map.h') 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; -- cgit v1.2.3-70-g09d2