summaryrefslogtreecommitdiff
path: root/include/asset_defs.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-05-16 11:15:58 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-05-16 11:15:58 +0200
commit9e14d5cd569e912c6a77222719a4d4a8be4b7c72 (patch)
tree7b0868798c85f61a749e2e17113b8d5ced79933e /include/asset_defs.h
parentfa7b6b01b68ad3934734e67b65d31d0d4ccfa0a6 (diff)
painting and new tiles
Diffstat (limited to 'include/asset_defs.h')
-rw-r--r--include/asset_defs.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/asset_defs.h b/include/asset_defs.h
index 3c09f44..5b26329 100644
--- a/include/asset_defs.h
+++ b/include/asset_defs.h
@@ -87,6 +87,17 @@ image* img_club_wall2;
image* img_club_wall3;
image* img_bowling_lane;
image* img_bowling_lane_end;
+image* img_bowling_machine;
+image* img_painting1;
+image* img_painting2;
+image* img_painting3;
+image* img_painting4;
+image* img_painting5;
+image* img_painting6;
+image* img_painting7;
+image* img_painting8;
+image* img_painting9;
+image* img_painting10;
// Throwables
image* img_grenade;
@@ -159,6 +170,8 @@ image* img_tile_club_stairs10;
image* img_tile_club_stairs11;
image* img_tile_club_stairs12;
image* img_tile_club_stairs13;
+image* img_tile_laminate;
+image* img_tile_concrete;
// Sounds
Mix_Chunk* wav_throwable_bounce;