summaryrefslogtreecommitdiffstats
path: root/Animations/TaSTT_Do_Nothing.anim
Commit message (Collapse)AuthorAge
* Delete unused filesv1.0.0-beta00yum2025-07-23
|
* Reimplement "do nothing" animationyum2022-10-20
| | | | Enable host armature instead of relying on a TaSTT parameter.
* Add osc_ctrl.ResizeBoardyum2022-10-04
| | | | | It's a little buggy; it likes to overwrite cells on the board. No idea why.
* Paging now works for other players at 40 characters per secondyum2022-10-02
| | | | | | | * Shorten animations to 1 frame * Eliminate fx internal transition delays * These were causing the shader parameters to interpolate, causing the inconsistent / flickering letters I was seeing
* Add 'Do Nothing' animationyum2022-10-02
Per the VRC docs, state behaviors may not execute if the total length of time in the state is < 0.02 seconds. Adding a 2-frame 'Do Nothing' animation to the top of every layer seems to help with stability. *shrug* More cleanup: * Generate a unique return-home transition for each terminal state instead of reusing the same one. * Use globally unique state names in animator. * All animations are at least 2 frames long.