Add the tornado chicken
This commit is contained in:
parent
5e42a45260
commit
549acb3445
8
.install/The Tornado Chicken.sh
Normal file
8
.install/The Tornado Chicken.sh
Normal file
@ -0,0 +1,8 @@
|
||||
check_architecture x86_64
|
||||
get_installer "Ttc v3.0 linux.zip" "https://renzivan.itch.io/the-tornado-chicken"
|
||||
unzip -d "${installPath}/The Tornado Chicken" "${cache}/Ttc v3.0 linux.zip"
|
||||
chmod +x "${installPath}/The Tornado Chicken/Ttc"
|
||||
echo "Note: When the game first starts it will be playing very loud music with the built in suboptimal voice."
|
||||
echo "You are recommended to press page down several times to turn down the music, then go to settings and enable speech with screen reader, using speech dispatcher."
|
||||
echo "You may then press page up to set the music to your liking."
|
||||
alert
|
3
.launch/The Tornado Chicken.game
Normal file
3
.launch/The Tornado Chicken.game
Normal file
@ -0,0 +1,3 @@
|
||||
check_architecture x86_64
|
||||
pushd "${installPath}/The Tornado Chicken"
|
||||
${fex}./Ttc
|
Loading…
Reference in New Issue
Block a user