mirror of
https://github.com/zellyn/apple2shader.git
synced 2024-12-26 08:29:52 +00:00
Add Ultima 5
This commit is contained in:
parent
9ec1cf1ee1
commit
035dc2a493
@ -7,3 +7,4 @@
|
||||
./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
|
||||
./hgr u5-shadowlords.hgr.bin ../images/u5-shadowlords.png
|
||||
|
BIN
dumps/u5-shadowlords.hgr.bin
Normal file
BIN
dumps/u5-shadowlords.hgr.bin
Normal file
Binary file not shown.
BIN
images/u5-shadowlords.png
Normal file
BIN
images/u5-shadowlords.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
@ -186,7 +186,7 @@
|
||||
}
|
||||
|
||||
async function setupScreenView() {
|
||||
const images = [
|
||||
const images = [ // path, title, DHGR
|
||||
["images/airheart-560x192.png", "Airheart", true ],
|
||||
["images/battle-chess.png", "Battle Chess", true ],
|
||||
["images/archon.png", "Archon", false],
|
||||
@ -199,6 +199,7 @@
|
||||
["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],
|
||||
];
|
||||
|
||||
const image1 = await screenEmu.loadImage("images/airheart-560x192.png");
|
||||
|
Loading…
Reference in New Issue
Block a user