diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-01-09 09:42:24 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-01-09 09:42:24 +0000 |
commit | ac092732fc2e79902d85706e117da95163dd3c9f (patch) | |
tree | 2e204d08cdd4b2669ba83f624466ccec793ceb3f /game/data/Makefile | |
parent | 3713f545e4c3e8f2f603be966dec919f27c469a5 (diff) | |
download | ubox-msx-lib-ac092732fc2e79902d85706e117da95163dd3c9f.tar.gz ubox-msx-lib-ac092732fc2e79902d85706e117da95163dd3c9f.zip |
Added compression to the map
Diffstat (limited to 'game/data/Makefile')
-rw-r--r-- | game/data/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/data/Makefile b/game/data/Makefile index f79ae33..22d26c2 100644 --- a/game/data/Makefile +++ b/game/data/Makefile @@ -13,7 +13,7 @@ $(OUTPUT)/enemy.h: enemy.png ../../tools/png2sprites.py -i enemy_sprite $< > $@ $(OUTPUT)/map.h: map.json map_conf.json - ../../tools/map.py --max-ents 11 --room-height 21 map.json map > $@ + ../../tools/map.py --aplib --max-ents 11 --room-height 21 map.json map > $@ .PHONY: all clean clean: |