diff options
| author | yum <yum.food.vr@gmail.com> | 2022-10-02 17:24:17 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2022-10-02 17:24:17 -0700 |
| commit | 7e7a0d1c4179fb1a0cc771a25ad56be6b5dd5405 (patch) | |
| tree | 51cc9159d27c2ae5addde50f9b9a271c0d5dccff /generate_fx.py | |
| parent | 9222e7e9a21704dd6083adf8f53ce4437ba64a74 (diff) | |
Paging now works for other players at 40 characters per second
* 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
Diffstat (limited to 'generate_fx.py')
| -rw-r--r-- | generate_fx.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generate_fx.py b/generate_fx.py index f829174..33a1a73 100644 --- a/generate_fx.py +++ b/generate_fx.py @@ -388,7 +388,7 @@ AnimatorStateTransition: m_Mute: 0 m_IsExit: 0 serializedVersion: 3 - m_TransitionDuration: 0.03 + m_TransitionDuration: 0 m_TransitionOffset: 0 m_ExitTime: 0.75 m_HasExitTime: 0 |
