diff --git a/linux-game-manager.sh b/linux-game-manager.sh index 4fb5119..1ef6f35 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+=("Battle Weary" "Battle Weary") menuList+=("QuentinC Play Room" "QuentinC Play Room") menuList+=("Trigaea" "Trigaea") menuList+=("Donate" "Donate") @@ -248,6 +249,9 @@ game_launcher() { "Aliens") open_url "https://files.jantrid.net/aliens/" ;; + "Battle Weary") + open_url "https://lonespelunker.itch.io/battle-weary" + ;; "QuentinC Play Room") open_url "https://qcsalon.net/" ;; @@ -292,6 +296,7 @@ gameList=( "Aliens" "Audo" "Auroboros" + "Battle Weary" "Bladius" "Chimera" "E.X.O." @@ -362,7 +367,7 @@ done installPath="${HOME}/.local/games" mkdir -p "${installPath}" case "${game}" in - "Aliens"|"QuentinC Play Room"|"Trigaea") + "Aliens"|"Battle Weary"|"QuentinC Play Room"|"Trigaea") dialog --backtitle "Linux Game manager" \ --infobox "${game} is a web based game and does not need to be installed." -1 -1 ;;