diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-11-28 20:29:46 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-11-28 20:29:46 +0100 |
| commit | e3724ffc498462d1da85542a57e91d9b882ad6dd (patch) | |
| tree | 50847f3bbbb8bbf1fde19811bdfc797123d9f2fe /src/data.c | |
| parent | ba45aec809a5ecc4955848ddf94d959e89db3905 (diff) | |
close #20
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ void data_load() img_hired = assets_load_image_from_file("data/img/hired.png");
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_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");
|
