feat: completing tutorial

This commit is contained in:
2026-04-11 06:00:54 +08:00
parent 5323aea5fb
commit a478e3fc2e
11 changed files with 360 additions and 141 deletions
+3 -1
View File
@@ -55,7 +55,9 @@ func _process(delta):
base_pos = player.target_position
var target_position = base_pos + move_vec
movement_manager.simple_move_to(target_position)
else:
if movement_manager.is_moving:
movement_manager.movement_queue.clear()
func handle_unhandled_input(event):