Slay the Spire now available with a11y mods enabled. Requires either gog.com installer or the game be available in your Steam library.
This commit is contained in:
parent
088f876fe8
commit
ccf305bd5f
@ -479,7 +479,7 @@ gameList=(
|
|||||||
"QuentinC Play Room"
|
"QuentinC Play Room"
|
||||||
"Periphery Synthetic EP"
|
"Periphery Synthetic EP"
|
||||||
"S.E.A."
|
"S.E.A."
|
||||||
#"Slay the Spire"
|
"Slay the Spire"
|
||||||
"Slay the Text"
|
"Slay the Text"
|
||||||
"SoundRTS"
|
"SoundRTS"
|
||||||
"soundStrider"
|
"soundStrider"
|
||||||
@ -697,8 +697,12 @@ case "${game}" in
|
|||||||
add_launcher "${installPath}/S.E.A./SEA"
|
add_launcher "${installPath}/S.E.A./SEA"
|
||||||
;;
|
;;
|
||||||
"Slay the Spire")
|
"Slay the Spire")
|
||||||
check_dependencies steamcmd
|
echo "Please note this requires the game to be available either in your Steam library"
|
||||||
appId="646570"
|
echo "or as the installer purchased from gog.com."
|
||||||
|
echo "If using the gog.com installer, please use the default path when prompted."
|
||||||
|
alert
|
||||||
|
check_dependencies steamcmd
|
||||||
|
appId="646570"
|
||||||
if ! [[ -f ~/Downloads/slay_the_spire_2020_12_15_8735c9fe3cc2280b76aa3ec47c953352a7df1f65_43444.sh ]] && ! [[ -f ~/Desktop/slay_the_spire_2020_12_15_8735c9fe3cc2280b76aa3ec47c953352a7df1f65_43444.sh ]]; then
|
if ! [[ -f ~/Downloads/slay_the_spire_2020_12_15_8735c9fe3cc2280b76aa3ec47c953352a7df1f65_43444.sh ]] && ! [[ -f ~/Desktop/slay_the_spire_2020_12_15_8735c9fe3cc2280b76aa3ec47c953352a7df1f65_43444.sh ]]; then
|
||||||
echo "Please enter Steam user name:"
|
echo "Please enter Steam user name:"
|
||||||
read -er steamUser
|
read -er steamUser
|
||||||
|
Loading…
Reference in New Issue
Block a user