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