From 7e7a0d1c4179fb1a0cc771a25ad56be6b5dd5405 Mon Sep 17 00:00:00 2001 From: yum Date: Sun, 2 Oct 2022 17:24:17 -0700 Subject: 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 --- template.anim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template.anim') diff --git a/template.anim b/template.anim index 367f5d3..8f06fe1 100644 --- a/template.anim +++ b/template.anim @@ -30,7 +30,7 @@ AnimationClip: inWeight: 0 outWeight: 0 - serializedVersion: 3 - time: 0.033333335 + time: 0.016666668 value: %LETTER_VALUE% inSlope: 0 outSlope: 0 @@ -95,7 +95,7 @@ AnimationClip: inWeight: 0 outWeight: 0 - serializedVersion: 3 - time: 0.033333335 + time: 0.016666668 value: %LETTER_VALUE% inSlope: 0 outSlope: 0 -- cgit v1.2.3