From 495b06cc5e3ffb2d5448a98ced49d2637105b119 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Thu, 15 Sep 2022 08:30:20 +0100 Subject: Include the colour name --- game/data/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/data/Makefile b/game/data/Makefile index 95ffa63..99abc2b 100644 --- a/game/data/Makefile +++ b/game/data/Makefile @@ -8,10 +8,10 @@ $(OUTPUT)/tiles.h: tiles.png ../../tools/png2tiles.py -i tiles $< > $@ $(OUTPUT)/player.h: player.png - ../../tools/png2sprites.py -i player_sprite $< > $@ + ../../tools/png2sprites.py -c -i player_sprite $< > $@ $(OUTPUT)/enemy.h: enemy.png - ../../tools/png2sprites.py -i enemy_sprite $< > $@ + ../../tools/png2sprites.py -c -i enemy_sprite $< > $@ $(OUTPUT)/map.h: map.json map_conf.json ../../tools/map.py --aplib --max-ents 11 --room-height 21 map.json map > $@ -- cgit v1.2.3