diff options
author | UnavailableDev <ggwildplay@gmail.com> | 2023-04-04 14:38:48 +0200 |
---|---|---|
committer | UnavailableDev <ggwildplay@gmail.com> | 2023-04-04 14:38:48 +0200 |
commit | 2ff7020ed6327a49abd3c57491c1286c34a62d40 (patch) | |
tree | a20c3af2bcd53c0cadacb141def6d6c61743acd6 /src/static/makefile | |
parent | abfb6d3667e0c1955f09636ed72e48ed17129c84 (diff) |
dynamic tilemap integration
(without pallets)
Diffstat (limited to 'src/static/makefile')
-rw-r--r-- | src/static/makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/static/makefile b/src/static/makefile index 6025a55..9a17326 100644 --- a/src/static/makefile +++ b/src/static/makefile @@ -5,8 +5,14 @@ TILEDMK := ../../scripts/tiled.mk.awk TILEMAP2TILED := ../../scripts/tilemap2tiled INPUT += air.hex \ - shop.hex \ - slime.hex \ + background/bricks.hex \ + background/crates.hex \ + background/shop_stall.hex \ + background/shop.hex \ + background/title_screen_icon.hex \ + foreground/title_screen_letteres_large.hex\ + foreground/slime.hex \ + foreground/font.hex \ world.hex USER_META += world.h |