Added game "Slay the Text".
This commit is contained in:
parent
8b6f1960ce
commit
34000858de
@ -331,6 +331,10 @@ game_launcher() {
|
|||||||
*doom*)
|
*doom*)
|
||||||
exec ${game}
|
exec ${game}
|
||||||
;;
|
;;
|
||||||
|
*"main.py")
|
||||||
|
pushd "${game%/*}"
|
||||||
|
python3 ${game}
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
pushd "${game%/*}"
|
pushd "${game%/*}"
|
||||||
exec ${game}
|
exec ${game}
|
||||||
@ -379,6 +383,7 @@ gameList=(
|
|||||||
"QuentinC Play Room"
|
"QuentinC Play Room"
|
||||||
"Periphery Synthetic EP"
|
"Periphery Synthetic EP"
|
||||||
"S.E.A."
|
"S.E.A."
|
||||||
|
"Slay the Text"
|
||||||
"SoundRTS"
|
"SoundRTS"
|
||||||
"soundStrider"
|
"soundStrider"
|
||||||
"StickMUD"
|
"StickMUD"
|
||||||
@ -586,6 +591,11 @@ case "${game}" in
|
|||||||
unzip -d "${installPath}/S.E.A." "${cache}/SEA-linux-x64.zip"
|
unzip -d "${installPath}/S.E.A." "${cache}/SEA-linux-x64.zip"
|
||||||
add_launcher "${installPath}/S.E.A./SEA"
|
add_launcher "${installPath}/S.E.A./SEA"
|
||||||
;;
|
;;
|
||||||
|
"Slay the Text")
|
||||||
|
git -C "${installPath}/" clone https://github.com/Difio3333/slaythetext.git | \
|
||||||
|
dialog --progressbox "Installing \"${game}\", please wait..." -1 -1
|
||||||
|
add_launcher "${installPath}/slaythetext/main.py"
|
||||||
|
;;
|
||||||
"SoundRTS")
|
"SoundRTS")
|
||||||
mkdir -p "${installPath}"
|
mkdir -p "${installPath}"
|
||||||
git -C "${installPath}" clone "https://github.com/soundmud/soundrts.git"
|
git -C "${installPath}" clone "https://github.com/soundmud/soundrts.git"
|
||||||
|
Loading…
Reference in New Issue
Block a user