mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-16 23:20:43 +00:00
peasant: add archery graphics
This commit is contained in:
parent
9b5d52e09e
commit
6a3480a2c5
31
games/peasant/graphics_archery/Makefile
Normal file
31
games/peasant/graphics_archery/Makefile
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
|
||||||
|
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: archery_graphics.inc
|
||||||
|
|
||||||
|
|
||||||
|
###
|
||||||
|
|
||||||
|
archery_graphics.inc: \
|
||||||
|
target.lzsa
|
||||||
|
echo "target_lzsa: .incbin \"target.lzsa\"" > archery_graphics.inc
|
||||||
|
|
||||||
|
###
|
||||||
|
|
||||||
|
target.lzsa: target.hgr
|
||||||
|
$(LZSA) -r -f2 target.hgr target.lzsa
|
||||||
|
|
||||||
|
target.hgr: target.png
|
||||||
|
$(PNG2HGR) target.png > target.hgr
|
||||||
|
|
||||||
|
|
||||||
|
####
|
||||||
|
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f *~ archery_graphics.inc *.lzsa *.gr *.hgr
|
||||||
|
|
BIN
games/peasant/graphics_archery/target.png
Normal file
BIN
games/peasant/graphics_archery/target.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
Loading…
Reference in New Issue
Block a user