tweak: wretched speeds

This commit is contained in:
Sara 2025-08-31 22:32:35 +02:00
parent 1b0136220d
commit 6153e73492
2 changed files with 1 additions and 1 deletions

View file

@ -20,7 +20,6 @@ func _on_health_status_death() -> void:
radius = 0.26953125 radius = 0.26953125
[node name="EnemyWretched" type="EnemyWretched"] [node name="EnemyWretched" type="EnemyWretched"]
chase_speed = 7.0
script = SubResource("GDScript_qot2n") script = SubResource("GDScript_qot2n")
[node name="wretched" parent="." instance=ExtResource("1_qot2n")] [node name="wretched" parent="." instance=ExtResource("1_qot2n")]

View file

@ -3,6 +3,7 @@
[ext_resource type="PackedScene" uid="uid://dqlqgk1veyos8" path="res://objects/enemies/enemy_wretched.tscn" id="1_l77gx"] [ext_resource type="PackedScene" uid="uid://dqlqgk1veyos8" path="res://objects/enemies/enemy_wretched.tscn" id="1_l77gx"]
[node name="NpcUnit" type="NpcUnit"] [node name="NpcUnit" type="NpcUnit"]
patrol_speed = 3.0
[node name="EnemyWretched" parent="." instance=ExtResource("1_l77gx")] [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) transform = Transform3D(-1, 0, -8.742278e-08, 0, 1, 0, 8.742278e-08, 0, -1, -1.1853347, 0.023195954, -0.8597343)