gdscript tween

Solutions on MaxInterview for gdscript tween by the best coders in the world

showing results for - "gdscript tween"
Tommaso
13 Jun 2017
1var tween = get_node("Tween")
2tween.interpolate_property($Node2D, "position",
3        Vector2(0, 0), Vector2(100, 100), 1,
4        Tween.TRANS_LINEAR, Tween.EASE_IN_OUT)
5tween.start()
6
queries leading to this page
gdscript tweengdscript tween