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" )