From d35c7284ef16ef6fd95e639bcc4435490b5e4dba Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Wed, 15 May 2024 11:47:39 +0200 Subject: new tiles --- include/map.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/map.h') 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; -- cgit v1.2.3-70-g09d2