[gd_scene load_steps=9 format=3 uid="uid://gq33ysuit61b"] [ext_resource type="PackedScene" uid="uid://c70o7nk6wxcmx" path="res://models/UndertakerBlockout.fbx" id="2_gfayn"] [ext_resource type="PackedScene" uid="uid://be7u1kn41g2ww" path="res://addons/interaction/interactable.tscn" id="3_u0nvw"] [ext_resource type="PackedScene" uid="uid://bxuveo0hlwy33" path="res://prefabs/character.tscn" id="4_tedjo"] [ext_resource type="Script" uid="uid://b1pyctfbd0wvg" path="res://scenes/debug_printer.gd" id="4_ui586"] [ext_resource type="PackedScene" uid="uid://cv3qpo5lfrchn" path="res://prefabs/lever.tscn" id="5_tedjo"] [ext_resource type="PackedScene" uid="uid://cx052x8qp7oj2" path="res://prefabs/lid_crane.tscn" id="6_oslft"] [sub_resource type="BoxShape3D" id="BoxShape3D_gfayn"] size = Vector3(12.2438965, 0.48779297, 13.901489) [sub_resource type="BoxShape3D" id="BoxShape3D_ui586"] size = Vector3(0.24987793, 1, 1) [node name="BlockoutRoom" type="Node3D"] [node name="UndertakerBlockout" parent="." instance=ExtResource("2_gfayn")] [node name="OmniLight3D" type="OmniLight3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.6547463, 0) [node name="DirectionalLight3D" type="DirectionalLight3D" parent="."] transform = Transform3D(0.7260458, 0.59701693, -0.34121642, 0.64276195, -0.41287616, 0.6452829, 0.24436492, -0.6878258, -0.6835067, 6.874206, 4.957541, 1.7799606) [node name="StaticBody3D" type="StaticBody3D" parent="."] [node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.1646729, -0.25610352, 1.5601196) shape = SubResource("BoxShape3D_gfayn") [node name="Interactable" parent="." instance=ExtResource("3_u0nvw")] [node name="CollisionShape3D" type="CollisionShape3D" parent="Interactable"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.1487448, 1.3621653, -0.7917821) shape = SubResource("BoxShape3D_ui586") [node name="DebugPrinter" type="Node" parent="."] script = ExtResource("4_ui586") [node name="Character" parent="." instance=ExtResource("4_tedjo")] [node name="Lever" parent="." instance=ExtResource("5_tedjo")] transform = Transform3D(-1, 0, -8.742278e-08, 0, 1, 0, 8.742278e-08, 0, -1, 1.884376, 1.4100053, 4.976951) [node name="LidCrane" parent="." instance=ExtResource("6_oslft")] transform = Transform3D(-1, 0, -8.742278e-08, 0, 1, 0, 8.742278e-08, 0, -1, 0, 0, 5.0008087) [connection signal="on_hit" from="Interactable" to="DebugPrinter" method="_on_interactable_on_hit"] [connection signal="changed" from="Lever" to="LidCrane" method="set_grab"]