add wild things image

This commit is contained in:
Zellyn Hunter 2018-07-02 21:12:26 -04:00
parent a9a33256f6
commit 0f4b1b4966
5 changed files with 27 additions and 25 deletions

View File

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

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

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