Added game Monkey Spank.

This commit is contained in:
Storm Dragon 2022-03-13 14:39:06 -04:00
parent 2352ad132d
commit 7c3201a12c
2 changed files with 70 additions and 65 deletions

View File

@ -1,4 +1,4 @@
Linux Game manager ## Linux Game manager
Installer and launcher for accessible to the blind games that run natively in Linux. Installer and launcher for accessible to the blind games that run natively in Linux.

View File

@ -282,6 +282,7 @@ gameList=(
"Aliens" "Aliens"
"E.X.O." "E.X.O."
"Fantasy Story II" "Fantasy Story II"
"Monkey Spank"
"Numnastics" "Numnastics"
"S.E.A." "S.E.A."
"soundStrider" "soundStrider"
@ -357,6 +358,10 @@ case "${game}" in
chmod +x "${installPath}/FS2_2.6_Linux/FS2.x86_64" chmod +x "${installPath}/FS2_2.6_Linux/FS2.x86_64"
add_launcher "${installPath}/FS2_2.6_Linux/FS2.x86_64" "-ESpeakApplication=espeak-ng" add_launcher "${installPath}/FS2_2.6_Linux/FS2.x86_64" "-ESpeakApplication=espeak-ng"
;; ;;
"Monkey Spank")
git -C "${installPath}" clone --recurse-submodules https://gitlab.com/stormdragon2976/monkeyspank.git
add_launcher "${installPath}/monkeyspank/monkeyspank"
;;
"Numnastics") "Numnastics")
git -C "${installPath}" clone --recurse-submodules https://gitlab.com/stormdragon2976/numnastics.git git -C "${installPath}" clone --recurse-submodules https://gitlab.com/stormdragon2976/numnastics.git
add_launcher "${installPath}/numnastics/numnastics" add_launcher "${installPath}/numnastics/numnastics"