mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-07 22:15:54 +00:00
Grahpics overhaul and predicting bullets
This commit is contained in:
parent
24386e724f
commit
946e7df71e
14 changed files with 144 additions and 26 deletions
|
|
@ -18,6 +18,7 @@ public partial class EnemyResource : Resource
|
|||
|
||||
[Export] public Array<LootDrop> LootDrops { get; private set; } = [];
|
||||
[Export] public float MotivationReward { get; private set; } = 4f;
|
||||
[Export] public bool PredictPlayer { get; private set; } = false;
|
||||
[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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue