Added game Numnastics.
This commit is contained in:
parent
04b5e468e9
commit
4e88023f87
@ -251,6 +251,7 @@ game_launcher() {
|
||||
exit 0
|
||||
;;
|
||||
esac
|
||||
pushd ${game%/*}
|
||||
exec ${game%|}
|
||||
}
|
||||
|
||||
@ -281,6 +282,7 @@ gameList=(
|
||||
"Aliens"
|
||||
"E.X.O."
|
||||
"Fantasy Story II"
|
||||
"Numnastics"
|
||||
"S.E.A."
|
||||
"soundStrider"
|
||||
)
|
||||
@ -355,6 +357,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"
|
||||
;;
|
||||
"Numnastics")
|
||||
git -C "${installPath}" clone --recurse-submodules https://gitlab.com/stormdragon2976/numnastics.git
|
||||
add_launcher "${installPath}/numnastics/numnastics"
|
||||
;;
|
||||
"S.E.A.")
|
||||
get_installer "SEA-linux-x64.zip" "https://shiftbacktick.itch.io/sea"
|
||||
mkdir -p "${installPath}/S.E.A."
|
||||
|
Loading…
Reference in New Issue
Block a user