HeavenStudioPlus/Assets/Scripts/LevelEditor/Timeline
AstrlJelly 3cdb63917e Advanced Blocks (#720)
* 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!!
2024-02-26 01:47:22 +00:00
..
SpecialTmeline Change Project License to MIT (#700) 2024-02-16 01:22:24 -05:00
BlockDeleteFX.cs remove unneeded using directives 2023-10-09 12:02:58 -04:00
BlockDeleteFX.cs.meta More editor shit (#561) 2023-10-08 19:38:56 +00:00
LayerLabel.cs Change Project License to MIT (#700) 2024-02-16 01:22:24 -05:00
LayerLabel.cs.meta editor fully scaleable 2022-06-29 21:58:21 -04:00
MiddleScrollRect.cs Editor bug fixes (#261) 2023-02-05 14:48:49 -05:00
MiddleScrollRect.cs.meta General editor improvements (#257) 2023-02-04 22:05:36 -05:00
SpecialTmeline.meta Beatmap Sections & Latency Reduction (#170) 2022-09-18 16:48:14 -04:00
Timeline.cs Advanced Blocks (#720) 2024-02-26 01:47:22 +00:00
Timeline.cs.meta Tempo change? (Don't update very buggy) 2022-01-27 21:50:57 -05:00
TimelineBlockManager.cs remove unneeded using directives 2023-10-09 12:02:58 -04:00
TimelineBlockManager.cs.meta Editor Update (#553) 2023-10-06 00:29:55 +00:00
TimelineEventObj.cs Advanced Blocks (#720) 2024-02-26 01:47:22 +00:00
TimelineEventObj.cs.meta Tempo change? (Don't update very buggy) 2022-01-27 21:50:57 -05:00
TimelineZoom.cs Mass Text Update (#615) 2024-01-15 02:04:10 +00:00
TimelineZoom.cs.meta Editor Update (#553) 2023-10-06 00:29:55 +00:00