mirror of
https://github.com/robmcmullen/fujirun.git
synced 2025-01-14 00:32:55 +00:00
Changed title page font for name; don't switch back to tohgr at line 167 when generating HGR screen
This commit is contained in:
parent
9d50e7c9ef
commit
6c96e8a548
5
Makefile
5
Makefile
@ -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
title.png
BIN
title.png
Binary file not shown.
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Loading…
x
Reference in New Issue
Block a user