mirror of
https://github.com/zellyn/apple2shader.git
synced 2025-01-28 07:30:22 +00:00
Merge pull request #1 from Michaelangel007/master
Added Ultima5, cleanup convert script, added build_hgr script
This commit is contained in:
commit
8a579a1cce
5
dumps/build_hgr.sh
Executable file
5
dumps/build_hgr.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
#Download for OSX from:
|
||||
# https://golang.org/doc/install?download=go1.10.2.darwin-amd64.pkg#install
|
||||
go build -o hgr
|
||||
|
@ -1,9 +1,11 @@
|
||||
./hgr archon.hgr.bin ../images/archon.png
|
||||
./hgr archon-ii.hgr.bin ../images/archon-ii.png
|
||||
./hgr archon.hgr.bin ../images/archon.png
|
||||
./hgr bards-tale.hgr.bin ../images/bards-tale.png
|
||||
./hgr lode-runner.hgr.bin ../images/lode-runner.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 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 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
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
BIN
dumps/u5-shadowlords.hgr.bin
Normal file
BIN
dumps/u5-shadowlords.hgr.bin
Normal file
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.6 KiB |
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…
x
Reference in New Issue
Block a user