Started work on Slay the Spire.

This commit is contained in:
Storm Dragon
2023-07-31 17:15:05 -04:00
parent d328cc6814
commit ea69dd4444
4 changed files with 78 additions and 0 deletions

4
.files/SlayTheSpire/MTS.sh Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
speech-dispatcher -c inet_socket -t 0 -P "$HOME/.local/share/speechd.pid"
./jre/bin/java -jar ModTheSpire.jar --skip-launcher "$@" &> file.log

View File

@ -0,0 +1,12 @@
{
"defaultList": "Default",
"lists": {
"Default": [
"BaseMod.jar",
"StSLib.jar",
"Curses_Come_First.jar",
"AchievementEnabler.jar",
"sayTheSpire.jar"
]
}
}