pull/2/head
godotg 2022-07-09 17:28:47 +08:00
parent f2c797e0b7
commit 834d0e2a21
1 changed files with 1 additions and 5 deletions

View File

@ -9,8 +9,4 @@ func _ready():
# 会在起始点和终点不断的插值计算
tween.follow_property(self, "position", get_position(), targetPosition, "position", 2.0, Tween.TRANS_LINEAR, Tween.EASE_IN_OUT)
tween.start()
# Called every frame. 'delta' is the elapsed time since the previous frame.
#func _process(delta):
# pass
pass