* Tons of stuff...
* Drumming practice improvements
* Easing for drumming practice
* Converted TOTC to prefunction
* Split scratch o into two
* Forthington voice lines can now be played outside of air rally
* Rhythm Rally Improvements
* Air rally sound improvements
* Spawn blocks rework
* BTS ds small tweaks
* Tap Trial fixes
* More tweaks to tap trial
* Final minor tweaks
* add way of creating sound sequences in inspector
- actually implement GameAction preFunction
- implement sound scheduling for Jukebox and MultiSound
* Dj School: fix turntable effect being parented to root
* Pajama Party: fix sleep action type not carrying over between transitions
First Contact:
Live is now offbeat
[alienSuccess] code block is a bit smaller
Mission Control is now stretchable
Tap Trial
- Started working on coding the inputs
- Animated monkey (tap, double, and triple (incomplete))
* Loading improvements: prepwork for loading from assetbundles
* note for sfx
* cleaner code
* correct type
* put loaded assetbundle in the minigame data instead
also lays groundwork for future localization stuff
* add samurai slice gold, coin toss assetbundles
* very messy "already loaded" checks
* make Dj School load from assetbundle
I just moved everything that was in start to awake. There are a few other changes I made, like using init functions rather than awake in scripts that depended on something that was initialized in another script's awake (to make sure things always happen in the right order), as well as some other stuff in some specific minigames