mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-10 10:05:54 +00:00
Enemy state machine
This commit is contained in:
parent
b9b8834bc2
commit
ef6c240e8e
37 changed files with 545 additions and 36 deletions
|
|
@ -8,6 +8,7 @@ public partial class PlayerDetection : Area2D
|
|||
public InteractionController CachedPlayer => _cachedPlayer;
|
||||
|
||||
protected InteractionController _cachedPlayer;
|
||||
|
||||
public virtual bool IsPlayerInRange { get; set; }
|
||||
|
||||
public virtual bool IsPlayerInSight(uint collisionMask)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue