From: Holger Schemel Date: Mon, 2 Mar 2015 14:29:50 +0000 (+0100) Subject: updated graphics files to current version X-Git-Tag: 4.0.0.0-rc1~271 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=713abb0f6b9ff07053c37db3cf0cbc37335a0852;hp=c9e98e12c811095344a7d06360a0b2b7beccc7cf updated graphics files to current version --- diff --git a/graphics/gfx_classic/Makefile b/graphics/gfx_classic/Makefile index 7caa356e..086aea51 100644 --- a/graphics/gfx_classic/Makefile +++ b/graphics/gfx_classic/Makefile @@ -17,7 +17,7 @@ RND = ../rocksndiamonds RM = rm -f -EXT = pcx +EXT = png FILES = RocksBusy.$(EXT) \ RocksCE.$(EXT) \ @@ -49,6 +49,9 @@ all: $(FILES) %.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 diff --git a/graphics/gfx_classic/RocksDoor.ilbm b/graphics/gfx_classic/RocksDoor.ilbm old mode 100644 new mode 100755 index a3412a43..2170dd94 Binary files a/graphics/gfx_classic/RocksDoor.ilbm and b/graphics/gfx_classic/RocksDoor.ilbm differ diff --git a/graphics/gfx_classic/RocksScreen.ilbm b/graphics/gfx_classic/RocksScreen.ilbm old mode 100644 new mode 100755 index 04d66192..7325306b Binary files a/graphics/gfx_classic/RocksScreen.ilbm and b/graphics/gfx_classic/RocksScreen.ilbm differ