Added game Monkey Spank.
This commit is contained in:
parent
2352ad132d
commit
7c3201a12c
@ -1,4 +1,4 @@
|
||||
Linux Game manager
|
||||
## Linux Game manager
|
||||
|
||||
Installer and launcher for accessible to the blind games that run natively in Linux.
|
||||
|
||||
|
@ -282,6 +282,7 @@ gameList=(
|
||||
"Aliens"
|
||||
"E.X.O."
|
||||
"Fantasy Story II"
|
||||
"Monkey Spank"
|
||||
"Numnastics"
|
||||
"S.E.A."
|
||||
"soundStrider"
|
||||
@ -357,6 +358,10 @@ case "${game}" in
|
||||
chmod +x "${installPath}/FS2_2.6_Linux/FS2.x86_64"
|
||||
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")
|
||||
git -C "${installPath}" clone --recurse-submodules https://gitlab.com/stormdragon2976/numnastics.git
|
||||
add_launcher "${installPath}/numnastics/numnastics"
|
||||
|
Loading…
Reference in New Issue
Block a user