continuing to switch to MapCell orientation

This commit is contained in:
2026-07-03 02:16:29 -04:00
parent e6355167e3
commit 336b72e4cb
13 changed files with 81 additions and 82 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ public partial class TurnController : Node2D
[Signal]
public delegate void TurnDoneEventHandler();
public PlayArea _playArea;
public Map _map;
public virtual void StartTurn()
{