From 9e257d1a0711828b2b7a0475fe831f103e8ff431 Mon Sep 17 00:00:00 2001 From: Hunter Jozwiak Date: Fri, 2 Feb 2024 16:35:18 -0500 Subject: [PATCH] Let's add Dreamland. This is not yet complete; it is simply to see if I have push access. --- audiogame-manager.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 4e2c28f..a06c013 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -1149,6 +1149,7 @@ gameList=( "Deathmatch" "Dog Who Hates Toast" "Dragon Pong" + "Dreamland" "Duck Hunt" "DynaMan" "Easter Quest" @@ -1272,7 +1273,7 @@ for i in curl sox wine winetricks ; do fi done # Get latest news if available -check_news +#check_news # With no arguments, open the game launcher. if [[ $# -eq 0 ]]; then game_launcher @@ -2075,6 +2076,8 @@ download "https://erion.cf/files/ag_103.zip" unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/dragonpong.zip" add_launcher "c:\Program Files\dragonpong\DragonPong.exe" ;; + "Dreamland") + "Duck Hunt") export bottle="l-works" download "http://files.l-works.net/dhsetup.exe"