peasant: add priorities to knight level

This commit is contained in:
Vince Weaver 2021-10-02 18:23:03 -04:00
parent 45ea1efb66
commit 424b703e2d
3 changed files with 14 additions and 4 deletions

View File

@ -93,12 +93,12 @@ graphics_peasant4.inc: \
###########
priority_intro.inc: \
todo_priority.lzsa
todo_priority.lzsa knight_priority.lzsa
echo "cottage_priority_lzsa: .incbin \"todo_priority.lzsa\"" > priority_intro.inc
echo "lake_w_priority_lzsa: .incbin \"todo_priority.lzsa\"" >> priority_intro.inc
echo "lake_e_priority_lzsa: .incbin \"todo_priority.lzsa\"" >> priority_intro.inc
echo "river_priority_lzsa: .incbin \"todo_priority.lzsa\"" >> priority_intro.inc
echo "knight_priority_lzsa: .incbin \"todo_priority.lzsa\"" >> priority_intro.inc
echo "knight_priority_lzsa: .incbin \"knight_priority.lzsa\"" >> priority_intro.inc
priority_peasant1.inc: \
waterfall_priority.lzsa \
@ -113,12 +113,12 @@ priority_peasant1.inc: \
###
priority_peasant2.inc: \
todo_priority.lzsa
todo_priority.lzsa knight_priority.lzsa
echo "haystack_priority_lzsa: .incbin \"todo_priority.lzsa\"" > priority_peasant2.inc
echo "puddle_priority_lzsa: .incbin \"todo_priority.lzsa\"" >> priority_peasant2.inc
echo "archery_priority_lzsa: .incbin \"todo_priority.lzsa\"" >> priority_peasant2.inc
echo "river_priority_lzsa: .incbin \"todo_priority.lzsa\"" >> priority_peasant2.inc
echo "knight_priority_lzsa: .incbin \"todo_priority.lzsa\"" >> priority_peasant2.inc
echo "knight_priority_lzsa: .incbin \"knight_priority.lzsa\"" >> priority_peasant2.inc
###
@ -215,6 +215,7 @@ knight.lzsa: knight.hgr
knight.hgr: knight.png
$(PNG2HGR) knight.png > knight.hgr
###
lady_cottage.lzsa: lady_cottage.hgr
@ -337,6 +338,15 @@ lady_cottage_priority.lzsa: lady_cottage_priority.hgr
lady_cottage_priority.hgr: lady_cottage_priority.png
$(PNG2GR) lady_cottage_priority.png lady_cottage_priority.hgr
###
knight_priority.lzsa: knight_priority.hgr
$(LZSA) -r -f2 knight_priority.hgr knight_priority.lzsa
knight_priority.hgr: knight_priority.png
$(PNG2GR) knight_priority.png knight_priority.hgr
####
todo_priority.lzsa: todo_priority.gr

Binary file not shown.

After

Width:  |  Height:  |  Size: 950 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 950 B