Added game "QuentinC Play Room".
This commit is contained in:
parent
c8917b1486
commit
fe7aeea2e8
@ -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"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user