mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-04 20:05:55 +00:00
Enemy alarm response
This commit is contained in:
parent
39fd072163
commit
dd3d427ac3
5 changed files with 89 additions and 10 deletions
|
|
@ -15,7 +15,7 @@ public partial class PlayerDetectionModule : Area2D
|
|||
[Export(PropertyHint.Layers2DPhysics)]
|
||||
public uint ObstaclesCollisionMask { get; private set; }
|
||||
|
||||
public Vector2? LastKnownPlayerPosition { get; private set; }
|
||||
public Vector2? LastKnownPlayerPosition { get; set; }
|
||||
|
||||
//public bool PlayerInActiveArea { get; private set; }
|
||||
private CollisionShape2D _collisionShape2D;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue