updated graphics files to current version
authorHolger Schemel <info@artsoft.org>
Mon, 2 Mar 2015 14:29:50 +0000 (15:29 +0100)
committerHolger Schemel <info@artsoft.org>
Mon, 2 Mar 2015 14:29:50 +0000 (15:29 +0100)
graphics/gfx_classic/Makefile
graphics/gfx_classic/RocksDoor.ilbm [changed mode: 0644->0755]
graphics/gfx_classic/RocksScreen.ilbm [changed mode: 0644->0755]

index 7caa356e8200b0dae60e3f4ae792e6a0913c9d2c..086aea512a9425161fd6966e9ff52451883872df 100644 (file)
@@ -17,7 +17,7 @@ RND = ../rocksndiamonds
 
 RM = rm -f
 
 
 RM = rm -f
 
-EXT = pcx
+EXT = png
 
 FILES = RocksBusy.$(EXT)       \
        RocksCE.$(EXT)          \
 
 FILES = RocksBusy.$(EXT)       \
        RocksCE.$(EXT)          \
@@ -49,6 +49,9 @@ all: $(FILES)
 %.pcx: %.ilbm
        ilbmtoppm $< | ppmtopcx > $@
 
 %.pcx: %.ilbm
        ilbmtoppm $< | ppmtopcx > $@
 
+%.png: %.ilbm
+       ilbmtoppm $< | pnmtopng > $@
+
 RocksCE.ilbm: RocksCE-template.ilbm
        $(RND) -e "create CE image RocksCE.bmp"
        bmptoppm RocksCE.bmp | ppmtoilbm > RocksCE.ilbm
 RocksCE.ilbm: RocksCE-template.ilbm
        $(RND) -e "create CE image RocksCE.bmp"
        bmptoppm RocksCE.bmp | ppmtoilbm > RocksCE.ilbm
old mode 100644 (file)
new mode 100755 (executable)
index a3412a4..2170dd9
Binary files a/graphics/gfx_classic/RocksDoor.ilbm and b/graphics/gfx_classic/RocksDoor.ilbm differ
old mode 100644 (file)
new mode 100755 (executable)
index 04d6619..7325306
Binary files a/graphics/gfx_classic/RocksScreen.ilbm and b/graphics/gfx_classic/RocksScreen.ilbm differ