godot icon indicating copy to clipboard operation
godot copied to clipboard

Add get_loops_left() function to Tween

Open Pennycook opened this issue 2 years ago • 0 comments

Implements https://github.com/godotengine/godot-proposals/issues/5141.

Adds a new get_loops_left() function to Tween, allowing developers to reason about how many times a tweening sequence will repeat and whether to expect finished or loop_finished as the next signal.

Pennycook avatar Mar 05 '23 22:03 Pennycook