From 21afcf0cef89c73a163e14071f377019d5991d4a Mon Sep 17 00:00:00 2001 From: "Elijah C. Voigt" Date: Sat, 18 May 2024 20:45:53 -0700 Subject: [PATCH] air-quote "fix" animation skipping By setting all animations to 1.0x speed. Need to make an upstream PR to fix bevy's animation engine. --- assets/martian.tweak.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/martian.tweak.toml b/assets/martian.tweak.toml index 4ce03c8..69da32f 100644 --- a/assets/martian.tweak.toml +++ b/assets/martian.tweak.toml @@ -267,7 +267,7 @@ QueenRed = "QueenRedPieceIdle" ### Animation Settings ###################### [animation] -fast_movement_speed = 5.0 +fast_movement_speed = 1.0 fast_text_speed = 999.0 fast_dissolve_speed = 1.0 fast_light_speed = 1.0 \ No newline at end of file