Added game "QuentinC Play Room".

This commit is contained in:
Storm Dragon 2022-03-15 01:24:46 -04:00
parent c8917b1486
commit fe7aeea2e8

View File

@ -233,6 +233,7 @@ game_launcher() {
done done
# Web based games and donation # Web based games and donation
menuList+=("Aliens" "Aliens") menuList+=("Aliens" "Aliens")
menuList+=("QuentinC Play Room" "QuentinC Play Room")
menuList+=("Trigaea" "Trigaea") menuList+=("Trigaea" "Trigaea")
menuList+=("Donate" "Donate") menuList+=("Donate" "Donate")
game="$(dialog --backtitle "Linux Game Launcher" \ game="$(dialog --backtitle "Linux Game Launcher" \
@ -248,6 +249,10 @@ game_launcher() {
open_url "https://files.jantrid.net/aliens/" open_url "https://files.jantrid.net/aliens/"
exit 0 exit 0
;; ;;
"QuentinC Play Room")
open_url "https://qcsalon.net/"
exit 0
;;
"Trigaea") "Trigaea")
open_url "https://ryngm.itch.io/trigaea" open_url "https://ryngm.itch.io/trigaea"
exit 0 exit 0
@ -296,6 +301,7 @@ gameList=(
"Numnastics" "Numnastics"
"S.E.A." "S.E.A."
"soundStrider" "soundStrider"
"QuentinC Play Room"
"Trigaea" "Trigaea"
"Wurmus" "Wurmus"
) )