* Rockers - Can now pitch down samples and bends, bends also correctly pitch to playback speed now.
* No peeking anim adjustment
* Added new no peeking signs
* air rally assetbundles
rvlbadminton
* blue bear assetbundles
ctrbear
* board meeting assetbundles
rvlrotation
* more board meeting stuff
* built to scale ds assetbundles
ntrassembly
* clappy trio & cheer readers assetbundles
agbclap and rvlbooks
* crop stomp assetbundles
ntrstomp
* dj school adjustment
ntrdj
* dog ninja assetbundles
ntrninja
* double date assetbundles
rvldate
* drumming practice assetbundles
ctrintro
NOTE: the mii system will probably need to be changed if we ever use miistudio
* fireworks & first (second) contact assetbundles
agbexplode and ctrinterpreter
* flipper flop assetbundles
rvlseal
CHANGED FROM MEGAMIX ``rvlGoma`` FOR EASE OF USE
* fork lifter assetbundles
rvlfork
* glee club assetbundles
ntrchorus
* kitties assetbundles
ctrteppan
* launch party assetbundles
rvlrocket
* lockstep assetbundles
ntrbackbeat
* meat grinder assetbundles
pcomeat
* mr upbeat assetbundles + meat grinder tag change
agboffbeat
* munchy monk assetbundles
ntrshugyo
* octopus machine assetbundles :cherryhappy:
NO SOUND
ntrcork
* Revert "octopus machine assetbundles :cherryhappy:"
This reverts commit a177e9b3c4e472b5bb05a783245553e626913b47.
* quiz show assetbundles
agbquiz
* a lot of games because i forgot to commit
whoops
* im just gonna start doing these commits in bulk
* all assetbundles except octopus machine & tram and pauline
* octopus machine assetbundles
ntrcork
* new sprites not done
* more sprites more anim chanegs
* almost done
* INSANE
* sheet done
* its done
* re-implement improved squat sprite
* remove many unused assets
allow games to be hidden in the editor
* start animations of backup dancers
* finish backup dancer animations
* add effects to backup dancers' tree
* add dancers to the prefab
* import new sprites
* backup dancers fully functional
* game camera now updates in LateUpdate()
* touched some anims
* oops
* oops 2
* add audience applause
fix the mapped cellanim shaders
---------
Co-authored-by: minenice55 <star.elementa@gmail.com>
* 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>
* 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