Commit Graph

9 Commits

Author SHA1 Message Date
Saraistupid 1e2314a94e Revert "Prebuilt StreamingAssets for Linux/Mac prebuilts (#304)" (#308)
This reverts commit cbfaa2f4ca.
2023-02-21 18:36:52 +00:00
Saraistupid cbfaa2f4ca Prebuilt StreamingAssets for Linux/Mac prebuilts (#304) 2023-02-21 16:27:38 +00:00
ev c6c97076b1 Minigame Improvements (CatchyTune, CoinToss, etc) (#291)
* 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
2023-02-20 05:49:17 +00:00
minenice55 17bf3737b5 Misc Additions #4 (#192)
* 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
2023-01-11 20:42:12 -05:00
minenice55 599c12d8b6 Better Sound Sequences (#190)
* 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
2023-01-04 23:04:31 -05:00
minenice55 d245740f80 Performance Improvements (#173)
* 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
2022-09-22 22:05:04 -04:00
KrispyDotlessI d56c1e9606 Coin Toss - Improvement
- imported sofuto's textures
- tweaked animation errors
- added a new cowbell variation
- marching orders nonsense??
2022-09-10 20:56:26 +08:00
minenice55 ae017fdeef Various small additions and changes (#105)
* Fan Club: spotlight effects

* new icons for Pajama Party, Karate Man

* Editor: make context use Rodin font

* idem for entities

* Blue Bear: import HQ texture

* Pajama Party: option to sleep forever

* Space Soccer: option to mute the dispense sound
2022-06-17 23:31:19 -07:00
minenice55 b660b4dcbd Allow games to load assets from AssetBundles (#102)
* 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
2022-06-12 12:32:00 -07:00