Let's add Dreamland.

This is  not yet complete; it is simply to see if I have  push access.
This commit is contained in:
Hunter Jozwiak 2024-02-02 16:35:18 -05:00
parent ba4de73562
commit 9e257d1a07

View File

@ -1149,6 +1149,7 @@ gameList=(
"Deathmatch" "Deathmatch"
"Dog Who Hates Toast" "Dog Who Hates Toast"
"Dragon Pong" "Dragon Pong"
"Dreamland"
"Duck Hunt" "Duck Hunt"
"DynaMan" "DynaMan"
"Easter Quest" "Easter Quest"
@ -1272,7 +1273,7 @@ for i in curl sox wine winetricks ; do
fi fi
done done
# Get latest news if available # Get latest news if available
check_news #check_news
# With no arguments, open the game launcher. # With no arguments, open the game launcher.
if [[ $# -eq 0 ]]; then if [[ $# -eq 0 ]]; then
game_launcher game_launcher
@ -2075,6 +2076,8 @@ download "https://erion.cf/files/ag_103.zip"
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/dragonpong.zip" unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/dragonpong.zip"
add_launcher "c:\Program Files\dragonpong\DragonPong.exe" add_launcher "c:\Program Files\dragonpong\DragonPong.exe"
;; ;;
"Dreamland")
"Duck Hunt") "Duck Hunt")
export bottle="l-works" export bottle="l-works"
download "http://files.l-works.net/dhsetup.exe" download "http://files.l-works.net/dhsetup.exe"