mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 23:45:54 +00:00
Rotating turret NPC
This commit is contained in:
parent
b4f554ae5c
commit
dc55fa97d3
14 changed files with 401 additions and 27 deletions
|
|
@ -12,9 +12,9 @@ public partial class EnemyPossessionMovement : ActorFreeMovement
|
|||
[Export]
|
||||
public AnimatedSprite2D PossessionSprite { get; private set; }
|
||||
|
||||
[Export] public string ControlEndAction { get; private set; } = "pause";
|
||||
[Export] public StringName ControlEndAction { get; private set; } = "pause";
|
||||
|
||||
[Export] public string ShootAction { get; private set; } = "shoot";
|
||||
[Export] public StringName ShootAction { get; private set; } = "shoot";
|
||||
|
||||
[Export] public DamageReceiverActorModule DamageReceiver { get; private set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue