starting to implement the enemy performing tweens

This commit is contained in:
2026-06-23 17:54:37 -04:00
parent 2cf3428b8c
commit 556f97184d
3 changed files with 54 additions and 51 deletions
+1
View File
@@ -10,6 +10,7 @@ public partial class TurnController : Node2D
public virtual async Task StartTurn()
{
}
public virtual void EndTurn()
{