20 lines
611 B
Plaintext
20 lines
611 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://bnf3lkcbpx1ar"]
|
|
|
|
[ext_resource type="Script" path="res://scene/entity/ambush.gd" id="1_rxgbr"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_iwrfx"]
|
|
resource_local_to_scene = true
|
|
size = Vector2(40, 70)
|
|
|
|
[node name="Ambush" type="Node2D"]
|
|
script = ExtResource("1_rxgbr")
|
|
hook_dialogue_title = ""
|
|
|
|
[node name="Area2D" type="Area2D" parent="."]
|
|
unique_name_in_owner = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
|
shape = SubResource("RectangleShape2D_iwrfx")
|
|
|
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|