mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 19:05:54 +00:00
Rotating turret NPC
This commit is contained in:
parent
b4f554ae5c
commit
dc55fa97d3
14 changed files with 401 additions and 27 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue