Merge remote-tracking branch 'origin/demo'

This commit is contained in:
cakipaul 2025-07-27 14:53:38 +08:00
commit 5e5c52e6ae

View File

@ -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