Rotating turret NPC

This commit is contained in:
Marco 2025-03-03 15:01:12 +01:00
commit dc55fa97d3
14 changed files with 401 additions and 27 deletions

View file

@ -17,7 +17,7 @@ public partial class ActorFreeMovement : MovementHandler
set => _parent.MovementDirection = value;
}
[Export] public string StrafeAction { get; private set; } = "strafe";
[Export] public StringName StrafeAction { get; private set; } = "strafe";
public bool IsDestroyed => _parent.IsDestroyed;