From fe7aeea2e8e570a359b817863ada0ebe1be77b43 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 15 Mar 2022 01:24:46 -0400 Subject: [PATCH] Added game "QuentinC Play Room". --- linux-game-manager.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/linux-game-manager.sh b/linux-game-manager.sh index 887089d..657110f 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -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" )