mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-27 17:29:49 +00:00
cliff: add more cliff locations
This commit is contained in:
parent
105569340b
commit
26f4d89f3e
@ -6,7 +6,9 @@ PNG2GR = ../../../../utils/gr-utils/png2gr
|
||||
PNG2SPRITES = ../../../../utils/gr-utils/png2sprites
|
||||
HGR_SPRITE = ../../../../utils/hgr-utils/hgr_make_sprite
|
||||
|
||||
all: cliff_base.hgr.zx02 cliff_base_priority.zx02
|
||||
all: cliff_base.hgr.zx02 cliff_base_priority.zx02 \
|
||||
cliff2.hgr.zx02 cliff2_priority.zx02 \
|
||||
cliff3.hgr.zx02 cliff3_priority.zx02
|
||||
|
||||
####
|
||||
|
||||
@ -18,6 +20,24 @@ cliff_base.hgr: cliff_base.png
|
||||
|
||||
####
|
||||
|
||||
cliff2.hgr.zx02: cliff2.hgr
|
||||
$(ZX02) cliff2.hgr cliff2.hgr.zx02
|
||||
|
||||
cliff2.hgr: cliff2.png
|
||||
$(PNG_TO_HGR) cliff2.png > cliff2.hgr
|
||||
|
||||
|
||||
####
|
||||
|
||||
cliff3.hgr.zx02: cliff3.hgr
|
||||
$(ZX02) cliff3.hgr cliff3.hgr.zx02
|
||||
|
||||
cliff3.hgr: cliff3.png
|
||||
$(PNG_TO_HGR) cliff3.png > cliff3.hgr
|
||||
|
||||
|
||||
####
|
||||
|
||||
cliff_base_priority.zx02: cliff_base_priority.gr
|
||||
$(ZX02) -f cliff_base_priority.gr cliff_base_priority.zx02
|
||||
|
||||
@ -26,5 +46,22 @@ cliff_base_priority.gr: cliff_base_priority.png
|
||||
|
||||
####
|
||||
|
||||
cliff2_priority.zx02: cliff2_priority.gr
|
||||
$(ZX02) -f cliff2_priority.gr cliff2_priority.zx02
|
||||
|
||||
cliff2_priority.gr: cliff2_priority.png
|
||||
$(PNG2GR) cliff2_priority.png cliff2_priority.gr
|
||||
|
||||
####
|
||||
|
||||
cliff3_priority.zx02: cliff3_priority.gr
|
||||
$(ZX02) -f cliff3_priority.gr cliff3_priority.zx02
|
||||
|
||||
cliff3_priority.gr: cliff3_priority.png
|
||||
$(PNG2GR) cliff3_priority.png cliff3_priority.gr
|
||||
|
||||
|
||||
####
|
||||
|
||||
clean:
|
||||
rm -f *~ *.o *.zx02 *.lst peasant_robe_sprites.inc
|
||||
|
BIN
games/peasant_mini/cliff/cliff_graphics/cliff2.png
Normal file
BIN
games/peasant_mini/cliff/cliff_graphics/cliff2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
BIN
games/peasant_mini/cliff/cliff_graphics/cliff2_priority.png
Normal file
BIN
games/peasant_mini/cliff/cliff_graphics/cliff2_priority.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 913 B |
BIN
games/peasant_mini/cliff/cliff_graphics/cliff3.png
Normal file
BIN
games/peasant_mini/cliff/cliff_graphics/cliff3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
BIN
games/peasant_mini/cliff/cliff_graphics/cliff3_priority.png
Normal file
BIN
games/peasant_mini/cliff/cliff_graphics/cliff3_priority.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 913 B |
Loading…
Reference in New Issue
Block a user