Added game "Trigaea".
This commit is contained in:
parent
7f21a8e05c
commit
a5c3ab8185
@ -228,6 +228,7 @@ game_launcher() {
|
|||||||
done
|
done
|
||||||
# Web based games and donation
|
# Web based games and donation
|
||||||
menuList+=("Aliens" "Aliens")
|
menuList+=("Aliens" "Aliens")
|
||||||
|
menuList+=("Trigaea" "Trigaea")
|
||||||
menuList+=("Donate" "Donate")
|
menuList+=("Donate" "Donate")
|
||||||
game="$(dialog --backtitle "Linux Game Launcher" \
|
game="$(dialog --backtitle "Linux Game Launcher" \
|
||||||
--clear \
|
--clear \
|
||||||
@ -242,6 +243,10 @@ game_launcher() {
|
|||||||
open_url "https://files.jantrid.net/aliens/"
|
open_url "https://files.jantrid.net/aliens/"
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
|
"Trigaea")
|
||||||
|
open_url "https://ryngm.itch.io/trigaea"
|
||||||
|
exit 0
|
||||||
|
;;
|
||||||
"Donate")
|
"Donate")
|
||||||
open_url "https://ko-fi.com/stormux"
|
open_url "https://ko-fi.com/stormux"
|
||||||
exit 0
|
exit 0
|
||||||
@ -286,6 +291,7 @@ gameList=(
|
|||||||
"Numnastics"
|
"Numnastics"
|
||||||
"S.E.A."
|
"S.E.A."
|
||||||
"soundStrider"
|
"soundStrider"
|
||||||
|
"Trigaea"
|
||||||
"Wurmus"
|
"Wurmus"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -403,6 +409,10 @@ case "${game}" in
|
|||||||
unzip -d "${installPath}/soundStrider" "${cache}/soundStrider-linux-x64.zip"
|
unzip -d "${installPath}/soundStrider" "${cache}/soundStrider-linux-x64.zip"
|
||||||
add_launcher "${installPath}/soundStrider/soundStrider"
|
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")
|
"Wurmus")
|
||||||
get_installer "Wurmus-linux-x64.zip" "https://shiftbacktick.itch.io/wurmus"
|
get_installer "Wurmus-linux-x64.zip" "https://shiftbacktick.itch.io/wurmus"
|
||||||
mkdir -p "${installPath}/Wurmus"
|
mkdir -p "${installPath}/Wurmus"
|
||||||
|
Loading…
Reference in New Issue
Block a user