Merge remote-tracking branch 'origin/demo'
This commit is contained in:
commit
5e5c52e6ae
@ -391,6 +391,8 @@ func walk_to(global_pos: Vector2) -> Tween:
|
||||
_play_animation()
|
||||
tween.tween_property(self, "global_position", global_pos, time_cost)
|
||||
tween.tween_callback(_after_walk_to)
|
||||
else:
|
||||
tween.tween_interval(0.001) # 防止空 step
|
||||
return tween
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user