mirror of
https://github.com/zellyn/apple2shader.git
synced 2024-12-26 08:29:52 +00:00
add lode runner
This commit is contained in:
parent
8025edc4da
commit
651b2d3df4
1
dumps/championship-lode-runner.hgr.bin
Normal file
1
dumps/championship-lode-runner.hgr.bin
Normal file
File diff suppressed because one or more lines are too long
9
dumps/convert.sh
Executable file
9
dumps/convert.sh
Executable 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
BIN
images/championship-lode-runner.png
Normal file
BIN
images/championship-lode-runner.png
Normal file
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 |
23
index.html
23
index.html
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user