2025-09-16 14:59:40 +02:00
|
|
|
[gd_scene load_steps=2 format=3 uid="uid://mtfsdd4cdf3a"]
|
|
|
|
|
|
2025-09-16 19:12:40 +02:00
|
|
|
[ext_resource type="Script" uid="uid://ct8am2xeyymuj" path="res://utils/enemy_hurtbox.gd" id="1_wa58b"]
|
2025-09-16 14:59:40 +02:00
|
|
|
|
|
|
|
|
[node name="EnemyHurtbox" type="Area2D"]
|
2025-09-18 18:10:44 +02:00
|
|
|
collision_layer = 18
|
2025-09-16 14:59:40 +02:00
|
|
|
script = ExtResource("1_wa58b")
|
2025-10-15 16:00:47 +02:00
|
|
|
|
|
|
|
|
[node name="FlashTimer" type="Timer" parent="."]
|
|
|
|
|
wait_time = 0.2
|
|
|
|
|
one_shot = true
|
|
|
|
|
|
|
|
|
|
[connection signal="timeout" from="FlashTimer" to="." method="_on_flash_ended"]
|