add lode runner

This commit is contained in:
Zellyn Hunter 2018-05-20 20:26:02 -04:00
parent 8025edc4da
commit 651b2d3df4
6 changed files with 23 additions and 12 deletions

File diff suppressed because one or more lines are too long

9
dumps/convert.sh Executable file
View File

@ -0,0 +1,9 @@
./hgr archon.hgr.bin ../images/archon.png
./hgr archon-ii.hgr.bin ../images/archon-ii.png
./hgr archon.hgr.bin ../images/archon.png
./hgr bards-tale.hgr.bin ../images/bards-tale.png
./hgr lode-runner.hgr.bin ../images/lode-runner.png
./hgr championship-lode-runner.hgr.bin ../images/championship-lode-runner.png
./hgr rescue-raiders-pic.hgr.bin ../images/rescue-raiders-pic.png
./hgr rescue-raiders-words.hgr.bin ../images/rescue-raiders-words.png
./hgr ancient-legends.hgr.bin ../images/ancient-legends.png

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -187,17 +187,18 @@
async function setupScreenView() {
const images = [
["images/airheart-560x192.png", "Airheart", true ],
["images/battle-chess.png", "Battle Chess", true ],
["images/archon.png", "Archon", false],
["images/archon-ii.png", "Archon II", false],
["images/lode-runner.png", "Lode Runner", false],
["images/marty-reader.png", "Marty's Family Reader", true ],
["images/bards-tale.png", "Bard's Tale", false],
["images/dazzledraw-flower.png", "DazzleDraw flower", true ],
["images/rescue-raiders-pic.png", "Rescue Raiders (a)", false],
["images/rescue-raiders-words.png", "Rescue Raiders (b)", false],
["images/ancient-legends.png", "Ancient Legends", false],
["images/airheart-560x192.png", "Airheart", true ],
["images/battle-chess.png", "Battle Chess", true ],
["images/archon.png", "Archon", false],
["images/archon-ii.png", "Archon II", false],
["images/lode-runner.png", "Lode Runner", false],
["images/championship-lode-runner.png", "Championship Lode Runner", false],
["images/marty-reader.png", "Marty's Family Reader", true ],
["images/bards-tale.png", "Bard's Tale", false],
["images/dazzledraw-flower.png", "DazzleDraw flower", true ],
["images/rescue-raiders-pic.png", "Rescue Raiders (a)", false],
["images/rescue-raiders-words.png", "Rescue Raiders (b)", false],
["images/ancient-legends.png", "Ancient Legends", false],
];
const image1 = await screenEmu.loadImage("images/airheart-560x192.png");