From 9e14d5cd569e912c6a77222719a4d4a8be4b7c72 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Thu, 16 May 2024 11:15:58 +0200 Subject: painting and new tiles --- include/asset_defs.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'include/asset_defs.h') 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; -- cgit v1.2.3-70-g09d2