You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
451 B
15 lines
451 B
[gd_scene load_steps=3 format=2] |
|
|
|
[ext_resource path="res://Scripts/InteractiveDialog.gd" type="Script" id=1] |
|
|
|
[sub_resource type="CircleShape2D" id=1] |
|
|
|
[node name="Node2D" type="Node2D"] |
|
|
|
[node name="Area2D" type="Area2D" parent="."] |
|
script = ExtResource( 1 ) |
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"] |
|
shape = SubResource( 1 ) |
|
|
|
[connection signal="area_exited" from="Area2D" to="Area2D" method="_on_Area2D_area_exited"]
|
|
|