Added game "Trigaea".

This commit is contained in:
Storm Dragon 2022-03-14 14:41:18 -04:00
parent 7f21a8e05c
commit a5c3ab8185

View File

@ -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"