diff options
author | UnavailableDev <ggwildplay@gmail.com> | 2023-04-05 20:43:22 +0200 |
---|---|---|
committer | UnavailableDev <ggwildplay@gmail.com> | 2023-04-05 20:43:22 +0200 |
commit | 30ed47e6ea66872951140711323844698a278fff (patch) | |
tree | 30a535f90dc3336a9d86c7c2641bc70aa9b98f9e /src/static/makefile | |
parent | 2ff7020ed6327a49abd3c57491c1286c34a62d40 (diff) |
Dynamic tilemap works
Diffstat (limited to 'src/static/makefile')
-rw-r--r-- | src/static/makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/static/makefile b/src/static/makefile index 9a17326..9c75bca 100644 --- a/src/static/makefile +++ b/src/static/makefile @@ -11,9 +11,11 @@ INPUT += air.hex \ background/shop.hex \ background/title_screen_icon.hex \ foreground/title_screen_letteres_large.hex\ + foreground/bullet.hex \ + foreground/gozer.hex \ foreground/slime.hex \ - foreground/font.hex \ - world.hex + foreground/font.hex + # world.hex USER_META += world.h OUT_BIN := $(patsubst %.hex,%.bin, $(INPUT)) |