Add Ultima 5

This commit is contained in:
Michaelangel007 2018-05-24 08:26:20 -06:00
parent 9ec1cf1ee1
commit 035dc2a493
4 changed files with 3 additions and 1 deletions

View File

@ -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

Binary file not shown.

BIN
images/u5-shadowlords.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -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");