diff options
author | quou <quou@disroot.org> | 2024-10-01 20:40:29 +1000 |
---|---|---|
committer | quou <quou@disroot.org> | 2024-10-01 20:40:29 +1000 |
commit | 61d70551166de46cfda7ee5d6212817859153335 (patch) | |
tree | c8cf645f0e46d22c4f3e4b7cb0baaaa3622381cf /Makefile | |
parent | 5ae0a01f81f98b6bed04ec6e3c6a687317489d91 (diff) |
hud
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -48,6 +48,7 @@ sources = \ asset.c \ deathzone.c \ enemy.c \ + hud.c \ map.c \ maths.c \ memory.c \ @@ -61,10 +62,11 @@ sources = \ image_sources = \ $(int_dir)/arms.bmp \ - $(int_dir)/npc.bmp \ $(int_dir)/guy.bmp \ + $(int_dir)/hud.bmp \ $(int_dir)/map.bmp \ $(int_dir)/mask.bmp \ + $(int_dir)/npc.bmp \ anim_sources = \ $(int_dir)/demon_fly_left.anm \ |