diff --git a/dumps/convert.sh b/dumps/convert.sh index 0b98b5e..e2ce75a 100755 --- a/dumps/convert.sh +++ b/dumps/convert.sh @@ -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 diff --git a/dumps/wild-things-3-2-1-contact.hgr.bin b/dumps/wild-things-3-2-1-contact.hgr.bin new file mode 100644 index 0000000..08c1bc0 Binary files /dev/null and b/dumps/wild-things-3-2-1-contact.hgr.bin differ diff --git a/favicon.ico b/favicon.ico index 626f862..b16972b 100644 Binary files a/favicon.ico and b/favicon.ico differ diff --git a/images/wild-things-3-2-1-contact.png b/images/wild-things-3-2-1-contact.png new file mode 100644 index 0000000..68793e1 Binary files /dev/null and b/images/wild-things-3-2-1-contact.png differ diff --git a/index.html b/index.html index f31e905..3c1641a 100644 --- a/index.html +++ b/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");