* Fix Anim Block, Fine Semitones in SFX Block
* i was recursively getting the anim object path BACKWARDS. oops
* added fine semitones in the sfx block, thanks Vincells
* GetPitchFromSemitones uses a float instead of an int now
* revert the semitones thing
* okay that's better
use cents correctly
* play sfx and play animation blocks
i also changed prescheduleFunction to preFunction, and removed the unused preFunction argument in GameAction
i can revert this if need be but it just seemed vestigial
* count in rework + preloading, multisound addition
multisound was using an array that was converted to a list..?
very silly when you consider it's a list first so sometimes it's list -> array -> list lol
new Count-In and Play SFX block preloads sfx now!! epic.
* prefab-ify event properties, Button EntityType
* things are very nearly working!
however i just hit an insane hurdle. how do i modify a dropdown while still being able to access the index/int value of that param directly. UGHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
* okay it's WORKING now
i just need to do some better dropdown stuff
* ITS WORKING ITS WORKING ITS WORKING
arbitrary animations, now accessible to those without prefab knowledge! and it's piss easy to use!!
* about to make a struct + class, tooltip improvements
gonna make the struct define it, then the class will actually be the dropdown
this is gonna make things so so so so much easier to comprehend
* finishing up, probably one more commit after this
* split up Dropdown into Dropdown and DropdownObj, which basically fixed all of my problems lol
* fixed a count bug
* added param tooltip toggle
* grah it's ALMOST DONE
* it's 99.9% finished.
just some touch ups, i don't think i even know of any bugs
* alright, looks like that's all the bugs gone
* EVERYTHING IS FINISHED!!
* field + desert bgs
we're just getting started
* city bg wooo
* New camera positioning in car
thank you maddy and meta
* night time zzz
* moai + crop stomp bgs
* new sheet
goodbye bluetooth wheel
* tunnel bg changer
* quiz bg wip
* quiz show bg animated
i am far too stupid to understand what's going on with the code
* far anim disappeared??? fsr???
* bgs are done woooo
this might be huge for the tunnel community
* Revert "bgs are done woooo"
This reverts commit f4ca272731ae62ae755fe14e7a9d4c37c5ea35f4.
* Revert "Revert "bgs are done woooo""
This reverts commit b75ca2be150755c1782be151cda231706e7f231e.
* Revert "Revert "Revert "bgs are done woooo"""
This reverts commit 7d2e47ccbc00c78f56c4c9632af6fd423d983caa.
* i dont know man
* redo lost anims
* add quiz bg
lol
---------
Co-authored-by: minenice55 <star.elementa@gmail.com>
Co-authored-by: AstrlJelly <bdlawson115@gmail.com>
* FOT-KurokaneStd_(Megamix_Modified)-EB.otf
* Delete Assets/Resources/Fonts/kurokane/FOT-KurokaneStd (Megamix Modified)-EB.otf
* FOT-KurokaneStd_(Megamix_Modified)-EB.otf
Forgot that the letters "V" & "v" were also modified as well.
* Delete Assets/Resources/Fonts/kurokane/FOT-KurokaneStd_(Megamix_Modified)-EB.otf
* Forgot that the letters "V" & "v" were also modified as well.
* Noticed that "_j" were merge together.
* basic audio preloading
could this operation be timesliced even more?
* note
* load sounds in subfolders from their ABs properly
fix sound names that would conflict from this change
* also grab from cache in this method
* fix ringside's assetbundle
* several AB sfx fixes
air rally
catchy tune
coin toss
karate man
lockstep
marching orders
mr upbeat
samurai slice gold
tambourine
tram&pauline
trick on the class
working dough
* fix flipper flop assetbundle
* fix weird issue with pause menu arrow
* FOT-KurokaneStd_(Megamix_Modified)-EB.otf
* Delete Assets/Resources/Fonts/kurokane/FOT-KurokaneStd (Megamix Modified)-EB.otf
* FOT-KurokaneStd_(Megamix_Modified)-EB.otf
Forgot that the letters "V" & "v" were also modified as well.
* Delete Assets/Resources/Fonts/kurokane/FOT-KurokaneStd_(Megamix_Modified)-EB.otf
* Forgot that the letters "V" & "v" were also modified as well.
* *don't* cause a stack overflow when polling split controller
* update JSL (DualSense Edge support)
add ability to update controller bindings
* (temporarily) get rid of everything joy-con pair related
* prepare the new controller
update JSL
* implementation of joycon pair
* properly do the material
* finish implementation