diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-05-15 11:47:39 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-05-15 11:47:39 +0200 |
| commit | d35c7284ef16ef6fd95e639bcc4435490b5e4dba (patch) | |
| tree | 1874c5ee0e59f987ce6ea8141eefd6e7c6214474 /src/asset_defs.c | |
| parent | c6763223b8b0c3f78edb6ac759c14f08375b438f (diff) | |
new tiles
Diffstat (limited to 'src/asset_defs.c')
| -rw-r--r-- | src/asset_defs.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/asset_defs.c b/src/asset_defs.c index 5d4b2cd..38cddd4 100644 --- a/src/asset_defs.c +++ b/src/asset_defs.c @@ -119,6 +119,12 @@ void load_assets() { // Assets loaded at match start. img_tile_funk = assets_load_image_from_file("data/imgs/tiles/tile_funk.png"); img_tile_wood1 = assets_load_image_from_file("data/imgs/tiles/tile_wood1.png"); img_tile_gym = assets_load_image_from_file("data/imgs/tiles/tile_gym.png"); + img_tile_flowers = assets_load_image_from_file("data/imgs/tiles/tile_flowers.png"); + img_tile_carpet1 = assets_load_image_from_file("data/imgs/tiles/tile_carpet1.png"); + img_tile_carpet2 = assets_load_image_from_file("data/imgs/tiles/tile_carpet2.png"); + img_tile_carpet3 = assets_load_image_from_file("data/imgs/tiles/tile_carpet3.png"); + img_tile_carpet4 = assets_load_image_from_file("data/imgs/tiles/tile_carpet4.png"); + img_tile_carpet5 = assets_load_image_from_file("data/imgs/tiles/tile_carpet5.png"); // sounds wav_throwable_bounce = Mix_LoadWAV("data/sounds/throwable_bounce.wav"); |
