14 lines
505 B
Text
14 lines
505 B
Text
[gd_scene load_steps=3 format=3 uid="uid://dbgqg1wtqmhw3"]
|
|
|
|
[ext_resource type="Script" uid="uid://bvjyyj4m56b7b" path="res://entities/escape_area.gd" id="1_ubptc"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_eij3b"]
|
|
size = Vector3(10, 10, 10)
|
|
|
|
[node name="EscapeArea" type="Area3D"]
|
|
script = ExtResource("1_ubptc")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
shape = SubResource("BoxShape3D_eij3b")
|
|
|
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|