* al l anims done yay
* make balls follow paths
added FollowPath objects
* added 2 grass and changed sky
* make balls rotate
todo: shadows
* complete SuperCurve
add dropshadows
add weasel hit
* make football stop dropshadow when hit
* finish animation
add scrolling clouds
* tint shader
* oops
* slow down clouds
* better leaves
* new sheet new particle
---------
Co-authored-by: minenice55 <star.elementa@gmail.com>
* Started
* Added bomb
* Just need more explosion types ig
* Count ins :D
* Remix 5 background
* This was painful
* Shity particles
* particle adjustments
* stuff
---------
Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
* catchy tune rework
* oops built asset bundles
* space soccer, coin toss, tap trial, and clappy trio
* built asset bundles again oops
* larger backgrounds
* lockstep more accurate animations
* fixed lockstep
* actually fixed lockstep it didnt save
* working dough 4k and big eyes
* kitties adjustments
* kitties bg bigger
* Started
* Imported new spritesheet
* Set up new spritesheets
* Added foreground elements
* Added bopping
* SOUND FILES
* Working dough fixx lol
* Stepping Added!
* minor tweak
* Tap troupe inputs are queued yippee
* Tapping math stuff done
* Added tapping animations for npcs
* OKAY!
* Party Popper!
* Improved da particle
* Vine boom
* Ready for PR!
* Little fix
* anim adjustments
* Updated some sounds and scaling
* all anims done
---------
Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
* Marcher changes
As the title suggests, this implements da marcher changes, but also adds a nearMiss sound which was strangely missing.
* Fix some problems, add sound seqs
Fixes the game from not loading due to an asset bundle error, and removes some currently non-functioning stuff, and uses sound sequences for attention, march, and halt.
* correct grammar in display
* fix sarge sound sequences
fix marching inputs being unreliable
---------
Co-authored-by: minenice55 <star.elementa@gmail.com>
* Karate Man - Object through sound changed from GBA to Fever/Megamix
it bothers me
* Marching Orders - Face Turn Inputs and More
i said it will be back in action in around november, it's less than 10 days close to november anyway, plus the inputs are easy peasy
* Fixing March Animations
slight error
Co-authored-by: minenice55 <star.elementa@gmail.com>
* implement a fix for #196
- improve checking for unwanted inputs in minigame scripts, see Fan Club, Karate Man, and Pajama Party for examples
- provisionally implemented calculating average player input offset
* update samurai slice ds to new assets
implement near miss feedback
* import new pajama party assets
* update icons
* add background loading of sound sequences
- fix bug with preFunction
- remove most of the old preloading code
* update spritesheets for karate man, marching orders
* file explorer chart loading
* update icon for trick on the class
* 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
* improve performance with new render settings
- fix letterboxing losing camera references
* fin in missing params?
needs testing
* finish default param check
* scale jump animation of fan club spectators
* fix missing references in a karate man method
* more liberal use of Double in conductor
beatkeeping is now absolute instead of being additive
* optimize Conductor more
reduce caching from constantly sorting tempo changes despite game manager doing it for us
moved metronome logic to LateUpdate