This commit is contained in:
2026-01-28 02:29:43 +08:00
parent d71f5d67e3
commit 6949e20a1f
13 changed files with 285 additions and 100 deletions
+2 -1
View File
@@ -307,7 +307,8 @@ func _try_move() -> bool:
Vector2(actor.current_position),
Vector2(final_target),
0,
false
false,
false # Disable visualization
)
var next_step = Vector2i(-1, -1)