diff --git a/dumps/convert.sh b/dumps/convert.sh index 3104e70..2f5cc23 100755 --- a/dumps/convert.sh +++ b/dumps/convert.sh @@ -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 diff --git a/dumps/u5-shadowlords.hgr.bin b/dumps/u5-shadowlords.hgr.bin new file mode 100644 index 0000000..d24c834 Binary files /dev/null and b/dumps/u5-shadowlords.hgr.bin differ diff --git a/images/u5-shadowlords.png b/images/u5-shadowlords.png new file mode 100644 index 0000000..d4e48f7 Binary files /dev/null and b/images/u5-shadowlords.png differ diff --git a/index.html b/index.html index 50d5b81..6c9545c 100644 --- a/index.html +++ b/index.html @@ -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");