diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-11-28 21:32:10 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-11-28 21:32:10 +0100 |
| commit | cb92e568b6af4c7a5cdfa4fccf20d6dd1d6e0727 (patch) | |
| tree | 4a92a68a1f4f7f6c75ee0892b1ec6a791c356bec /src/data.c | |
| parent | e3724ffc498462d1da85542a57e91d9b882ad6dd (diff) | |
working on shadows
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -53,6 +53,7 @@ void data_load() img_denied = assets_load_image_from_file("data/img/denied.png");
img_world_map = assets_load_image_from_file("data/img/world_background.png");
img_invest = assets_load_image_from_file("data/img/invest.png");
+ img_shadow = assets_load_image_from_file("data/img/shadow.png");
img_panel_bottom = assets_load_image_from_file("data/img/panel_bottom.png");
img_panel_top = assets_load_image_from_file("data/img/panel_top.png");
|
