diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-12-05 09:45:01 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-12-05 09:45:01 +0100 |
| commit | 190760b05d943e065cad31a0b983ef7736551feb (patch) | |
| tree | aa3486120175a0e2e98d5cabe84ea56e60ca9f58 /src/data.c | |
| parent | c1da2426711a4a5e73a46f2cca923df2dc43579a (diff) | |
close #53, close #52
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -61,6 +61,9 @@ void data_load() img_handshake = assets_load_image_from_file("data/img/handshake.png");
img_resume_action = assets_load_image_from_file("data/img/resume_action.png");
+ img_entry = assets_load_image_from_file("data/img/entry.png");
+ img_exit = assets_load_image_from_file("data/img/exit.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");
img_panel_left = assets_load_image_from_file("data/img/panel_left.png");
|
