feat: Introduce core player script with multiplayer state management, character selection, and game logic, alongside a new camera context manager.

This commit is contained in:
Yogi Wiguna
2026-02-26 17:12:33 +08:00
parent 8e0aa322de
commit f13ec4782b
2 changed files with 18 additions and 8 deletions
+3
View File
@@ -1954,6 +1954,9 @@ func set_spawn_position(pos: Vector2i):
# Reveal character now that it's in the correct position
visible = true
# Notify systems that position changed (for Camera snap)
position_changed.emit()
emit_signal("position_changed")