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 | |
parent | e770ee77cebcb56facf2b011dfd011435dc16f46 (diff) |
Fix the slot machine tilemap, and adjust the slot graphics
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | gfx/slots/blue_slots_1.png | bin | 459 -> 469 bytes | |||
-rw-r--r-- | gfx/slots/red_slots_1.png | bin | 471 -> 470 bytes | |||
-rw-r--r-- | gfx/slots/slots.tilemap | bin | 236 -> 240 bytes |
4 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 diff --git a/gfx/slots/blue_slots_1.png b/gfx/slots/blue_slots_1.png Binary files differindex 41ebfdea..ea4cf0bd 100644 --- a/gfx/slots/blue_slots_1.png +++ b/gfx/slots/blue_slots_1.png diff --git a/gfx/slots/red_slots_1.png b/gfx/slots/red_slots_1.png Binary files differindex 785c74f9..b27d5801 100644 --- a/gfx/slots/red_slots_1.png +++ b/gfx/slots/red_slots_1.png diff --git a/gfx/slots/slots.tilemap b/gfx/slots/slots.tilemap Binary files differindex 8af0cdd3..68807bbd 100644 --- a/gfx/slots/slots.tilemap +++ b/gfx/slots/slots.tilemap |