Time Scale

You can change effects TimeScale mode in the “TextAnimator” node's inspector.

  • Scaled: effects will slow down / pause based on the game Engine.TimeScale (Godot Reference)

  • Unscaled: effects will update even if the game is paused (Engine.TimeScale = 0), using an unscaled/independent time instead.