0.0.2
This commit is contained in:
parent
fadea22b9d
commit
d72b5ac57b
14 changed files with 184 additions and 5 deletions
14
entities/escape_area.tscn
Normal file
14
entities/escape_area.tscn
Normal file
|
@ -0,0 +1,14 @@
|
|||
[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"]
|
Loading…
Add table
Add a link
Reference in a new issue