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.
main
Elijah C. Voigt 1 year ago
parent 7e5564720d
commit 21afcf0cef

@ -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
Loading…
Cancel
Save