17 lines
573 B
Plaintext
Executable File
17 lines
573 B
Plaintext
Executable File
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://scripts/Vent.gd" type="Script" id=1]
|
|
|
|
[sub_resource type="BoxShape" id=1]
|
|
extents = Vector3( 1, 1, 0.725691 )
|
|
|
|
[node name="Vent" type="Area"]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 11.4793, 2.02377, 22.6461 )
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="CollisionShape" type="CollisionShape" parent="."]
|
|
shape = SubResource( 1 )
|
|
|
|
[connection signal="body_entered" from="." to="." method="_on_Vent_body_entered"]
|
|
[connection signal="body_exited" from="." to="." method="_on_Vent_body_exited"]
|