diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-27 17:22:33 -0400 |
---|---|---|
committer | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-06-27 21:43:32 -0400 |
commit | 77df64ba9c5dff5dcafad6545eefa6cd614c66b3 (patch) | |
tree | e3c542290e710d315a9361efc10e083ab6b08bcc /Makefile | |
parent | e770ee77cebcb56facf2b011dfd011435dc16f46 (diff) |
Fix the slot machine tilemap, and adjust the slot graphics
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -95,6 +95,9 @@ gfx/intro_credits/red_nidorino_3.2bpp: $(RGBGFX) += -h gfx/intro_credits/the_end.2bpp: tools/gfx += --interleave --png=$< +gfx/slots/red_slots_1.2bpp: tools/gfx += --trim-whitespace +gfx/slots/blue_slots_1.2bpp: tools/gfx += --trim-whitespace + gfx/tilesets/%.2bpp: tools/gfx += --trim-whitespace gfx/trade/game_boy.2bpp: tools/gfx += --remove-duplicates |