mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-21 12:31:26 +00:00
peasant: working on cliff graphics
This commit is contained in:
parent
0d21b44e86
commit
266e5cd784
28
games/peasant/graphics_cliff/Makefile
Normal file
28
games/peasant/graphics_cliff/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
|
||||
PNG2RLE = ../../../utils/gr-utils/png2rle
|
||||
PNG2GR = ../../../utils/gr-utils/png2gr
|
||||
PNG2HGR = ../../../utils/hgr-utils/png2hgr
|
||||
LZSA = ~/research/lzsa/lzsa/lzsa
|
||||
B2D = ../../../utils/bmp2dhr/b2d
|
||||
|
||||
all: cliff_graphics.inc
|
||||
|
||||
|
||||
cliff_graphics.inc: \
|
||||
cliff_base.lzsa
|
||||
echo "cliff_base_lzsa: .incbin \"cliff_base.lzsa\"" > cliff_graphics.inc
|
||||
|
||||
###
|
||||
|
||||
cliff_base.lzsa: cliff_base.hgr
|
||||
$(LZSA) -r -f2 cliff_base.hgr cliff_base.lzsa
|
||||
|
||||
cliff_base.hgr: cliff_base.png
|
||||
$(PNG2HGR) cliff_base.png > cliff_base.hgr
|
||||
|
||||
###
|
||||
|
||||
|
||||
clean:
|
||||
rm -f *~ trogdor_graphics.inc *.lzsa *.gr *.hgr
|
||||
|
BIN
games/peasant/graphics_cliff/cliff_base.png
Normal file
BIN
games/peasant/graphics_cliff/cliff_base.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
Loading…
x
Reference in New Issue
Block a user