summaryrefslogtreecommitdiff
path: root/include/map.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-05-15 11:47:39 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-05-15 11:47:39 +0200
commitd35c7284ef16ef6fd95e639bcc4435490b5e4dba (patch)
tree1874c5ee0e59f987ce6ea8141eefd6e7c6214474 /include/map.h
parentc6763223b8b0c3f78edb6ac759c14f08375b438f (diff)
new tiles
Diffstat (limited to 'include/map.h')
-rw-r--r--include/map.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/map.h b/include/map.h
index 960e9e6..b3c1512 100644
--- a/include/map.h
+++ b/include/map.h
@@ -15,6 +15,12 @@ typedef enum t_tile_type {
TILE_FUNK = 4,
TILE_WOOD1 = 5,
TILE_GYM = 6,
+ TILE_FLOWERS = 7,
+ TILE_CARPET1 = 8,
+ TILE_CARPET2 = 9,
+ TILE_CARPET3 = 10,
+ TILE_CARPET4 = 11,
+ TILE_CARPET5 = 12,
TILE_END,
} tile_type;