15 lines
549 B
Plaintext
15 lines
549 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://cy4r0tp2htivb"]
|
|
|
|
[ext_resource type="Script" uid="uid://dbah1pmk8jola" path="res://scripts/MapBounds.gd" id="1_43dqt"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_ep4u2"]
|
|
|
|
[node name="MapBounds" type="Area3D"]
|
|
script = ExtResource("1_43dqt")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
shape = SubResource("BoxShape3D_ep4u2")
|
|
|
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|
|
[connection signal="body_exited" from="." to="." method="_on_body_exited"]
|