Added game Dragon Pong but it is commented out because it doesn't yet work.

This commit is contained in:
Storm Dragon 2022-08-23 00:20:12 -04:00
parent a04e04a206
commit f523b51327

View File

@ -958,6 +958,7 @@ gameList=(
"Death on the Road"
"Deathmatch"
"Dog Who Hates Toast"
#"Dragon Pong"
"Duck Hunt"
"DynaMan"
"Easter Quest"
@ -1747,6 +1748,12 @@ case "${game}" in
add_launcher "c:\Program Files\dogwhohatestoast\DogwhoHatesToast.exe"
echo "Note: Dog who Hates Toast installed. Once you start the game, you must press tab until you hear sapi on to get speech." >&2
;;
"Dragon Pong")
install_wine_bottle vb6run dx8vb speechsdk
download "https://www.iamtalon.me/games/dragonpong.zip"
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/dragonpong.zip"
add_launcher "c:\Program Files\dragonpong\DragonPong.exe"
;;
"Duck Hunt")
export bottle="l-works"
install_wine_bottle vb6run dx8vb speechsdk