* I'm a menace to society
* Made some small fixes
* added missing stuff, realignment
* Added Animators
* Unity Shenanigans
* all contestee anims
* mb
* Changed how the contestee is structured in the hierachy
* ymf
* I love quiz show
* more anim implementation
* anim fixes and bg upscale
* oops
* implemented prepare and rest
* oops2
* timer
* Implemented Head Animations
* Added the timer
* Oopsie
* there we go
* changed wizards waltz default length
* Added explosions
* Made consecutive intervals possible
* Implementing counting for the contestant
* The quiz host now has numbers
* host anims
* host anims done
* Implemented all host anims and fixed some stuff
* implemented more stuff
* oops
* anim fixes
* Bug fixes woohoo!
* Fixes
* Fixed something !!!!
* upscale and more
* updated reveal answer to not remove the black on reveal of the number
* new sheet2
* Added ForceExplode
* They now go grey
* upscale done anim stuff
* smoke and explosion
* Stage0 added
* KABOOM
* tweaks
* icon and anim fixes
* Added randomPresses event and prefunction to start interval
* Fixed a bug with random presses and also made the sign change color
* Fixed small bug
* fixed a spaceball bug
* New Metronome
---------
Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
Co-authored-by: saladplainzone <chocolate2890mail@gmail.com>
* fix crop stomp input scheduling bugs
* update space soccer to use PlayerActionEvent
* update spaceball to use PlayerActionEvent
make PlayerActionEvents clean themselves up on game switch
* update rhythm rally to use PlayerActionEvent
* update rhythm tweezers to use PlayerActionEvent
* update mahou tsukai to use PlayerActionEvent
* reduce logging level
I went through every single game script to look for bugs in intialization, there shouldn't be anything else that was caused by the pr (there is a bug in Spaceball where a ball cue won't trigger correctly if it's on the same beat as the switch, but i'm not sure how to fix it)
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