Various cleanup
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://c7e5g8l6wuph"]
|
||||
[gd_scene load_steps=2 format=3]
|
||||
|
||||
[ext_resource type="Script" uid="uid://87d8kluait8y" path="res://src/enemy/behaviors/PatrolBehavior.cs" id="1_lobva"]
|
||||
[ext_resource type="Script" path="res://src/enemy/behaviors/PatrolBehavior.cs" id="1_lobva"]
|
||||
|
||||
[node name="NavigationAgent" type="NavigationAgent3D"]
|
||||
avoidance_enabled = true
|
||||
|
||||
@@ -20,5 +20,11 @@ public enum UsableItemTag
|
||||
LowerTargetTo1HP,
|
||||
CanChangeAffinity,
|
||||
TeleportToRandomLocation,
|
||||
WarpToExitIfFound
|
||||
WarpToExitIfFound,
|
||||
IncreaseDefense,
|
||||
IncreaseLuck,
|
||||
IncreaseAttack,
|
||||
DecreaseDefense,
|
||||
DecreaseLuck,
|
||||
DecreaseAttack
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user