[gd_scene load_steps=8 format=3 uid="uid://ch753p32b3jl8"] [ext_resource type="Script" path="res://map/tiles/freezer_model.gd" id="1_kso20"] [ext_resource type="ArrayMesh" uid="uid://cbdalq2gofyu8" path="res://map/tiles/freezer_base.res" id="2_akcb5"] [ext_resource type="ArrayMesh" uid="uid://yknstw5duuot" path="res://map/tiles/freezer_door.res" id="3_0pgw0"] [ext_resource type="Script" path="res://map/auto_setup/light_setup.gd" id="4_1eu4t"] [sub_resource type="Animation" id="Animation_33bww"] length = 0.001 tracks/0/type = "value" tracks/0/imported = false tracks/0/enabled = true tracks/0/path = NodePath("FreezerBase/FreezerDoor:rotation") tracks/0/interp = 1 tracks/0/loop_wrap = true tracks/0/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), "update": 0, "values": [Vector3(0, 0, 0)] } [sub_resource type="Animation" id="Animation_axsnk"] resource_name = "open" length = 0.4 tracks/0/type = "value" tracks/0/imported = false tracks/0/enabled = true tracks/0/path = NodePath("FreezerBase/FreezerDoor:rotation") tracks/0/interp = 2 tracks/0/loop_wrap = true tracks/0/keys = { "times": PackedFloat32Array(0, 0.1, 0.2, 0.4), "transitions": PackedFloat32Array(1, 1, 1, 1), "update": 0, "values": [Vector3(0, 0, 0), Vector3(0, 1.39626, 0), Vector3(0, 1.39626, 0), Vector3(0, 0, 0)] } [sub_resource type="AnimationLibrary" id="AnimationLibrary_usga0"] _data = { "RESET": SubResource("Animation_33bww"), "open": SubResource("Animation_axsnk") } [node name="Freezer" type="Node3D"] script = ExtResource("1_kso20") [node name="FreezerBase" type="MeshInstance3D" parent="."] transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0) mesh = ExtResource("2_akcb5") skeleton = NodePath("") [node name="FreezerDoor" type="MeshInstance3D" parent="FreezerBase"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.850006, 1.25, 0.5) mesh = ExtResource("3_0pgw0") skeleton = NodePath("") [node name="OmniLight3D" type="OmniLight3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.25, 0) light_color = Color(0.566816, 0.801037, 0.838352, 1) shadow_enabled = true script = ExtResource("4_1eu4t") completely_disable_light_if_shadows_disabled = true [node name="OmniLight3D2" type="OmniLight3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.6, 0) light_color = Color(0.566816, 0.801037, 0.838352, 1) shadow_enabled = true script = ExtResource("4_1eu4t") completely_disable_light_if_shadows_disabled = true [node name="OmniLight3D3" type="OmniLight3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.9, 0) light_color = Color(0.566816, 0.801037, 0.838352, 1) shadow_enabled = true script = ExtResource("4_1eu4t") completely_disable_light_if_shadows_disabled = true [node name="AnimationPlayer" type="AnimationPlayer" parent="."] libraries = { "": SubResource("AnimationLibrary_usga0") }