diff options
author | UnavailableDev <ggwildplay@gmail.com> | 2023-04-06 12:33:09 +0200 |
---|---|---|
committer | UnavailableDev <ggwildplay@gmail.com> | 2023-04-06 12:33:09 +0200 |
commit | 93e9426d5642dfab7a13d5a34873b296de1d9642 (patch) | |
tree | a2efebcb9917d7f4f3666a722338f50b9590e843 /src/static/makefile | |
parent | 0dd7be7230b3ccba9a930c01549d79d108d091c4 (diff) | |
parent | 5c9e951408399ebda98a2007d7cd24912ba64c49 (diff) |
Merge branch 'dev' of https://github.com/heavydemon21/avans-arcade into dev
Diffstat (limited to 'src/static/makefile')
-rw-r--r-- | src/static/makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/static/makefile b/src/static/makefile index 9c75bca..ba9b304 100644 --- a/src/static/makefile +++ b/src/static/makefile @@ -4,11 +4,10 @@ MANIFEST2HEADER := ../../scripts/manifest2header.awk TILEDMK := ../../scripts/tiled.mk.awk TILEMAP2TILED := ../../scripts/tilemap2tiled -INPUT += air.hex \ +INPUT += background/air.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/bullet.hex \ |