mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-04 15:55:55 +00:00
Enemy AI
This commit is contained in:
parent
242222a4d7
commit
f2bdec7ad7
14 changed files with 200 additions and 21 deletions
|
|
@ -18,6 +18,7 @@ public partial class EnemyResource : Resource
|
|||
[Export] public Array<LootDrop> LootDrops { get; private set; }
|
||||
|
||||
[ExportCategory("AI")] [Export] public float PlayerDetectionRange { get; private set; } = 90f;
|
||||
[Export] public float ViewRange { get; private set; } = 120f;
|
||||
[Export] public float AlarmReactRange { get; private set; }
|
||||
[Export] public float PlayerDisengageRange { get; private set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue