Added tiny game smashathon. Get angry!

This commit is contained in:
Michael Taboada 2025-05-02 01:22:50 -07:00
parent 4ee362b1c0
commit 937b52ffd0
2 changed files with 6 additions and 0 deletions

5
.install/Smashathon.sh Normal file
View File

@ -0,0 +1,5 @@
export bottle="l-works"
download "https://agarchive.net/games/lworks/Smashathon0.02.zip"
install_wine_bottle speechsdk
unzip -d "$WINEPREFIX/drive_c/Program Files" "$cache/Smashathon0.02.zip"
add_launcher 'c:\Program Files\Smashathon0.02\smashathon.exe'

View File

@ -375,6 +375,7 @@ get_bottle() {
"judgement-day"*) ;& "judgement-day"*) ;&
"lockpick"*) ;& "lockpick"*) ;&
"pigeon-panic"*) ;& "pigeon-panic"*) ;&
"smashathon"*) ;&
"super-egg-hunt"*) ;& "super-egg-hunt"*) ;&
"super-liam"*) ;& "super-liam"*) ;&
"the-great-toy-robbery"*) export WINEPREFIX="${HOME}/.local/wine/l-works";; "the-great-toy-robbery"*) export WINEPREFIX="${HOME}/.local/wine/l-works";;