[gd_scene load_steps=5 format=2] [ext_resource path="res://Tape/tape.obj" type="ArrayMesh" id=1] [ext_resource path="res://scripts/Library/Actions/TriggerOnCollision.gd" type="Script" id=2] [ext_resource path="res://scripts/Library/Actions/PlaySound.gd" type="Script" id=3] [sub_resource type="BoxShape" id=1] [node name="Tape" type="Spatial"] [node name="MeshInstance" type="MeshInstance" parent="."] mesh = ExtResource( 1 ) [node name="Area" type="Area" parent="."] [node name="CollisionShape" type="CollisionShape" parent="Area"] transform = Transform( 0.240864, 0, 0, 0, 1, 0, 0, 0, 1.66505, 0, 0, 0 ) shape = SubResource( 1 ) [node name="TriggerOnCollision" type="Node" parent="Area"] script = ExtResource( 2 ) collision_area = NodePath("..") action = NodePath("../PlaySound") [node name="PlaySound" type="Node" parent="Area"] script = ExtResource( 3 )