peasant: update the inside inn graphics

This commit is contained in:
Vince Weaver 2021-11-30 23:40:44 -05:00
parent 1ab22b53fc
commit ed2a0b1971
4 changed files with 6 additions and 6 deletions

View File

@ -25,16 +25,16 @@ inside_inn.hgr: inside_inn.png
###
priority_inn.inc: \
todo_priority.lzsa
echo "inside_inn_priority_lzsa: .incbin \"todo_priority.lzsa\"" > priority_inn.inc
inside_inn_priority.lzsa
echo "inside_inn_priority_lzsa: .incbin \"inside_inn_priority.lzsa\"" > priority_inn.inc
####
todo_priority.lzsa: todo_priority.gr
$(LZSA) -r -f2 todo_priority.gr todo_priority.lzsa
inside_inn_priority.lzsa: inside_inn_priority.gr
$(LZSA) -r -f2 inside_inn_priority.gr inside_inn_priority.lzsa
todo_priority.gr: todo_priority.png
$(PNG2GR) todo_priority.png todo_priority.gr
inside_inn_priority.gr: inside_inn_priority.png
$(PNG2GR) inside_inn_priority.png inside_inn_priority.gr
####

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 935 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB