From a5c3ab8185aae21d816e8bfe095d2dabc7fb4560 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 14 Mar 2022 14:41:18 -0400 Subject: [PATCH] Added game "Trigaea". --- linux-game-manager.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/linux-game-manager.sh b/linux-game-manager.sh index 04c85e0..d764255 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -228,6 +228,7 @@ game_launcher() { done # Web based games and donation menuList+=("Aliens" "Aliens") + menuList+=("Trigaea" "Trigaea") menuList+=("Donate" "Donate") game="$(dialog --backtitle "Linux Game Launcher" \ --clear \ @@ -242,6 +243,10 @@ game_launcher() { open_url "https://files.jantrid.net/aliens/" exit 0 ;; + "Trigaea") + open_url "https://ryngm.itch.io/trigaea" + exit 0 + ;; "Donate") open_url "https://ko-fi.com/stormux" exit 0 @@ -286,6 +291,7 @@ gameList=( "Numnastics" "S.E.A." "soundStrider" + "Trigaea" "Wurmus" ) @@ -403,6 +409,10 @@ case "${game}" in unzip -d "${installPath}/soundStrider" "${cache}/soundStrider-linux-x64.zip" add_launcher "${installPath}/soundStrider/soundStrider" ;; + "Trigaea") + dialog --backtitle "Linux Game manager" \ + --infobox "${game} is a web based game and does not need to be installed." -1 -1 + ;; "Wurmus") get_installer "Wurmus-linux-x64.zip" "https://shiftbacktick.itch.io/wurmus" mkdir -p "${installPath}/Wurmus"