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