From f41680a59772165ee699d637a88f841dd10e2c53 Mon Sep 17 00:00:00 2001 From: Cameron Reikes Date: Thu, 6 Jul 2023 16:55:00 -0700 Subject: [PATCH] Longer blend time --- tuning.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuning.h b/tuning.h index 6ea29dc..395292b 100644 --- a/tuning.h +++ b/tuning.h @@ -35,7 +35,7 @@ #define SENTENCE_CONST(txt) { .data = txt, .cur_index = sizeof(txt) } #define SENTENCE_CONST_CAST(txt) (Sentence)SENTENCE_CONST(txt) -#define ANIMATION_BLEND_TIME 0.1f +#define ANIMATION_BLEND_TIME 0.3f #define REMEMBERED_MEMORIES 32 #define REMEMBERED_ERRORS 6