From ac092732fc2e79902d85706e117da95163dd3c9f Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 9 Jan 2021 09:42:24 +0000 Subject: Added compression to the map --- game/data/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'game/data/Makefile') 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: -- cgit v1.2.3