diff options
author | UnavailableDev <ggwildplay@gmail.com> | 2023-04-06 16:40:34 +0200 |
---|---|---|
committer | UnavailableDev <ggwildplay@gmail.com> | 2023-04-06 16:40:34 +0200 |
commit | d8e8e63bac3ef5a203106c09731ed2e55c87688a (patch) | |
tree | c9876a5c0f1cfea1eb56a2c046bcb4d5813e2d78 /src/static/makefile | |
parent | 93e9426d5642dfab7a13d5a34873b296de1d9642 (diff) |
rendering hp + strings
Diffstat (limited to 'src/static/makefile')
-rw-r--r-- | src/static/makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/makefile b/src/static/makefile index ba9b304..4959f2f 100644 --- a/src/static/makefile +++ b/src/static/makefile @@ -10,9 +10,13 @@ INPUT += background/air.hex \ background/shop_stall.hex \ background/title_screen_icon.hex \ foreground/title_screen_letteres_large.hex\ + foreground/hud_heart.hex \ + foreground/upgrades.hex \ foreground/bullet.hex \ foreground/gozer.hex \ foreground/slime.hex \ + foreground/slime_jumpable.hex \ + foreground/boss1.hex \ foreground/font.hex # world.hex USER_META += world.h |