Added game "QuentinC Play Room".
This commit is contained in:
parent
c8917b1486
commit
fe7aeea2e8
@ -233,6 +233,7 @@ game_launcher() {
|
||||
done
|
||||
# Web based games and donation
|
||||
menuList+=("Aliens" "Aliens")
|
||||
menuList+=("QuentinC Play Room" "QuentinC Play Room")
|
||||
menuList+=("Trigaea" "Trigaea")
|
||||
menuList+=("Donate" "Donate")
|
||||
game="$(dialog --backtitle "Linux Game Launcher" \
|
||||
@ -248,6 +249,10 @@ game_launcher() {
|
||||
open_url "https://files.jantrid.net/aliens/"
|
||||
exit 0
|
||||
;;
|
||||
"QuentinC Play Room")
|
||||
open_url "https://qcsalon.net/"
|
||||
exit 0
|
||||
;;
|
||||
"Trigaea")
|
||||
open_url "https://ryngm.itch.io/trigaea"
|
||||
exit 0
|
||||
@ -296,6 +301,7 @@ gameList=(
|
||||
"Numnastics"
|
||||
"S.E.A."
|
||||
"soundStrider"
|
||||
"QuentinC Play Room"
|
||||
"Trigaea"
|
||||
"Wurmus"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user