mirror of
https://github.com/zellyn/apple2shader.git
synced 2025-02-17 01:31:06 +00:00
add wild things image
This commit is contained in:
parent
a9a33256f6
commit
0f4b1b4966
@ -1,11 +1,12 @@
|
||||
./hgr ancient-legends.hgr.bin ../images/ancient-legends.png
|
||||
./hgr archon-ii.hgr.bin ../images/archon-ii.png
|
||||
./hgr archon.hgr.bin ../images/archon.png
|
||||
./hgr archon.hgr.bin ../images/archon.png
|
||||
./hgr bards-tale.hgr.bin ../images/bards-tale.png
|
||||
./hgr championship-lode-runner.hgr.bin ../images/championship-lode-runner.png
|
||||
./hgr lode-runner.hgr.bin ../images/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 u5-shadowlords.hgr.bin ../images/u5-shadowlords.png
|
||||
./hgr burger.hgr.bin ../images/burger.png
|
||||
./hgr ancient-legends.hgr.bin ../images/ancient-legends.png
|
||||
./hgr archon-ii.hgr.bin ../images/archon-ii.png
|
||||
./hgr archon.hgr.bin ../images/archon.png
|
||||
./hgr archon.hgr.bin ../images/archon.png
|
||||
./hgr bards-tale.hgr.bin ../images/bards-tale.png
|
||||
./hgr championship-lode-runner.hgr.bin ../images/championship-lode-runner.png
|
||||
./hgr lode-runner.hgr.bin ../images/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 u5-shadowlords.hgr.bin ../images/u5-shadowlords.png
|
||||
./hgr wild-things-3-2-1-contact.hgr.bin ../images/wild-things-3-2-1-contact.png
|
||||
./hgr burger.hgr.bin ../images/burger.png
|
||||
|
BIN
dumps/wild-things-3-2-1-contact.hgr.bin
Normal file
BIN
dumps/wild-things-3-2-1-contact.hgr.bin
Normal file
Binary file not shown.
BIN
favicon.ico
BIN
favicon.ico
Binary file not shown.
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 12 KiB |
BIN
images/wild-things-3-2-1-contact.png
Normal file
BIN
images/wild-things-3-2-1-contact.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.1 KiB |
29
index.html
29
index.html
@ -187,20 +187,21 @@
|
||||
|
||||
async function setupScreenView() {
|
||||
const images = [ // path, title, DHGR
|
||||
["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],
|
||||
["images/u5-shadowlords.png", "Ultima 5", false],
|
||||
["images/burger.png", "BURGER", 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],
|
||||
["images/u5-shadowlords.png", "Ultima 5", false],
|
||||
["images/wild-things-3-2-1-contact.png", "Wild Things 3-2-1 Contact", false],
|
||||
["images/burger.png", "BURGER", false],
|
||||
];
|
||||
|
||||
const image1 = await screenEmu.loadImage("images/airheart-560x192.png");
|
||||
|
Loading…
x
Reference in New Issue
Block a user