Enemy follow system

This commit is contained in:
2024-09-03 00:41:15 -07:00
parent dc9d9c4589
commit 8df3abc775
11 changed files with 156 additions and 56 deletions

View File

@@ -28,6 +28,8 @@ public partial class Game : Node3D, IGame
[Node] public Control MiniMap { get; set; } = default!;
[Node] public NavigationRegion3D NavigationRegion { get; set; } = default!;
public void Setup()
{
GameRepo = new GameRepo();