Cool tute, for those looking for the Godot 4 variant this example from the docs should help: func _ready(): var tween = create_tween() tween.tween_method(set_label_text, 0, 10, 1).set_delay(1) func set_label_text(value: int): $Label.text = "Counting " + str(value)
Heck, yes! That's neat! Well, here we go again now. … Yet another subscription to a Godot related channel. As if there isn't already an endless list of uncountable channels I have subscribed to in the past 1-2 years. 😅