Changed title page font for name; don't switch back to tohgr at line 167 when generating HGR screen

This commit is contained in:
Rob McMullen 2017-08-17 17:59:31 -07:00
parent 9d50e7c9ef
commit 6c96e8a548
5 changed files with 4 additions and 1 deletions

View File

@ -31,7 +31,7 @@ title.hgr: title.png
$(TOHGR) $(A2)title-top.png
cp title.png $(A2)title-bot.png
asmgen.py -i bw $(A2)title-bot.png
asmgen.py --merge 136 167 -o $(A2)title $(A2)title-top.hgr $(A2)title-bot.hgr
asmgen.py --merge 136 -o $(A2)title $(A2)title-top.hgr $(A2)title-bot.hgr
cp $(A2)title.hgr title.hgr
$(A2)title.s: title.hgr
@ -73,3 +73,6 @@ fujirun$(VERSION).dsk: build-apple2 $(A2)fujirun.xex player-missile.hgr player-m
clean:
rm -rf $(A2)
rm -f fujirun$(VERSION).dsk working.dsk
reallyclean: clean
rm -f player-missile.hgr player-missile-2.hgr kansasfest-hackfest.hgr title.hgr

BIN
atari.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 205 B

BIN
title.hgr

Binary file not shown.

BIN
title.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

BIN
title.xcf

Binary file not shown.