diff options
author | UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> | 2023-04-06 16:39:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-06 16:39:12 +0200 |
commit | 8be7919774250cca23151bf1505cbb48d1dd45ee (patch) | |
tree | c9876a5c0f1cfea1eb56a2c046bcb4d5813e2d78 /src/static/makefile | |
parent | d1c00c98ca0f2ca498284e60fa057a610cc5c461 (diff) | |
parent | d8e8e63bac3ef5a203106c09731ed2e55c87688a (diff) |
Merge pull request #59 from UnavailableDev/dev
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 |