freeftf/entities/escape_area.tscn

19 lines
515 B
Text
Raw Normal View History

2025-08-08 10:59:36 +02:00
[gd_scene load_steps=3 format=3 uid="uid://dqw70xxc8opxf"]
2025-07-31 13:57:50 +02:00
[sub_resource type="GDScript" id="GDScript_yuux7"]
script/source = "class_name EscapeArea
extends Area3D
"
2025-07-31 13:57:50 +02:00
[sub_resource type="BoxShape3D" id="BoxShape3D_eij3b"]
size = Vector3(10, 10, 10)
[node name="EscapeArea" type="Area3D"]
script = SubResource("GDScript_yuux7")
2025-07-31 13:57:50 +02:00
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("BoxShape3D_eij3b")
[connection signal="body_entered" from="." to="." method="_on_body_entered"]