From cd5917ef74acc8103f2e2e766e0faf91e277ecf3 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 15 Jun 2024 02:25:05 -0400 Subject: [PATCH] Added game "Ball Bouncer". --- linux-game-manager.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/linux-game-manager.sh b/linux-game-manager.sh index 7419b41..4082ed7 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -498,6 +498,7 @@ gameList=( "Alter Aeon" "Audo" "Auroboros" + "Ball Bouncer" "Battle Weary" "Bladius" "Cacophony" @@ -610,6 +611,13 @@ case "${game}" in unzip -d "${installPath}/Auroboros" "${cache}/Auroboros-linux-x64.zip" add_launcher "${installPath}/Auroboros/Auroboros" ;; + "Ball Bouncer") + check_architecture x86_64 + download "https://files.sooslandia.ru/BallBouncer/1.0.0/BallBouncer-linux-1.0.0.zip" + unzip -d "${installPath}/" "${cache}/BallBouncer-linux-1.0.0.zip" + chmod +x "${installPath}/BallBouncer/BallBouncer" + add_launcher "${installPath}/BallBouncer/BallBouncer" + ;; "Bladius") check_architecture x86_64 get_installer "Bladius-linux-x64.zip" "https://shiftbacktick.itch.io/bladius"