[gd_scene load_steps=6 format=3 uid="uid://bs6cfck1f4yp5"] [ext_resource type="Script" path="res://assets/objects/transition.gd" id="1_agecu"] [ext_resource type="Texture2D" uid="uid://c5ei83j3px0lg" path="res://assets/objects/kenney_prototype-textures/PNG/Green/texture_10.png" id="1_crdhu"] [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_mbtyr"] albedo_texture = ExtResource("1_crdhu") uv1_triplanar = true uv2_triplanar = true [sub_resource type="PlaneMesh" id="PlaneMesh_p1am3"] material = SubResource("StandardMaterial3D_mbtyr") [sub_resource type="BoxShape3D" id="BoxShape3D_q685r"] [node name="Transition" type="Node3D"] script = ExtResource("1_agecu") [node name="MeshInstance3D" type="MeshInstance3D" parent="."] mesh = SubResource("PlaneMesh_p1am3") [node name="Area3D" type="Area3D" parent="MeshInstance3D"] [node name="CollisionShape3D" type="CollisionShape3D" parent="MeshInstance3D/Area3D"] transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 1, 0) shape = SubResource("BoxShape3D_q685r") [connection signal="area_entered" from="MeshInstance3D/Area3D" to="." method="_on_area_3d_area_entered"]