tweak: wretched speeds
This commit is contained in:
parent
1b0136220d
commit
6153e73492
|
@ -20,7 +20,6 @@ func _on_health_status_death() -> void:
|
|||
radius = 0.26953125
|
||||
|
||||
[node name="EnemyWretched" type="EnemyWretched"]
|
||||
chase_speed = 7.0
|
||||
script = SubResource("GDScript_qot2n")
|
||||
|
||||
[node name="wretched" parent="." instance=ExtResource("1_qot2n")]
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
[ext_resource type="PackedScene" uid="uid://dqlqgk1veyos8" path="res://objects/enemies/enemy_wretched.tscn" id="1_l77gx"]
|
||||
|
||||
[node name="NpcUnit" type="NpcUnit"]
|
||||
patrol_speed = 3.0
|
||||
|
||||
[node name="EnemyWretched" parent="." instance=ExtResource("1_l77gx")]
|
||||
transform = Transform3D(-1, 0, -8.742278e-08, 0, 1, 0, 8.742278e-08, 0, -1, -1.1853347, 0.023195954, -0.8597343)
|
||||
|
|
Loading…
Reference in a new issue