[gd_scene load_steps=16 format=3 uid="uid://bco4seshb8fjf"] [ext_resource type="Script" uid="uid://fvwy57of2gvq" path="res://Maps/Lobby/lobby.gd" id="1_3j6ah"] [ext_resource type="Texture2D" uid="uid://cimsjl61nhh5s" path="res://assets/2D/HDR_blue_nebulae-1.hdr" id="1_o7c6e"] [ext_resource type="Script" uid="uid://cjgxd88k1bntf" path="res://script/pathfindingGridLoad.gd" id="3_bhyb3"] [ext_resource type="Script" uid="uid://cjiiw7cybj24b" path="res://script/ButtonLogicImpulse.gd" id="4_2vvmy"] [ext_resource type="Script" uid="uid://ymaax1x5fos3" path="res://script/interactBox.gd" id="5_f6mem"] [ext_resource type="AudioStream" uid="uid://1bkjenax2g3s" path="res://assets/Audio/Ambience 1 SpaceBots Audio.mp3" id="6_f6mem"] [sub_resource type="Gradient" id="Gradient_skcuv"] interpolation_mode = 1 offsets = PackedFloat32Array(0, 0.25, 0.361502, 0.375, 0.488263, 0.5, 0.615023, 0.625, 0.732394, 0.75, 0.859155, 0.875, 1) colors = PackedColorArray(0, 0, 0, 1, 0.25, 0.25, 0.25, 1, 0.28169, 0.28169, 0.28169, 1, 0.375, 0.375, 0.375, 1, 0.408451, 0.408451, 0.408451, 1, 0.5, 0.5, 0.5, 1, 0.530516, 0.530516, 0.530516, 1, 0.625, 0.625, 0.625, 1, 0.661972, 0.661972, 0.661972, 1, 0.75, 0.75, 0.75, 1, 0.802817, 0.802817, 0.802817, 1, 0.875, 0.875, 0.875, 1, 1, 1, 1, 1) metadata/_snap_enabled = true metadata/_snap_count = 8 [sub_resource type="GradientTexture1D" id="GradientTexture1D_h11mn"] gradient = SubResource("Gradient_skcuv") [sub_resource type="Gradient" id="Gradient_3j6ah"] offsets = PackedFloat32Array(0.187793, 0.704225, 0.929577) colors = PackedColorArray(0, 0, 0, 1, 0.58042, 0.58042, 0.58042, 1, 0.860369, 0.860369, 0.860369, 1) [sub_resource type="FastNoiseLite" id="FastNoiseLite_bhyb3"] frequency = 0.03 fractal_octaves = 8 fractal_lacunarity = 5.0 fractal_gain = 0.495 fractal_weighted_strength = 0.23 domain_warp_enabled = true [sub_resource type="NoiseTexture2D" id="NoiseTexture2D_jyrsd"] color_ramp = SubResource("Gradient_3j6ah") noise = SubResource("FastNoiseLite_bhyb3") [sub_resource type="PanoramaSkyMaterial" id="PanoramaSkyMaterial_2vvmy"] panorama = ExtResource("1_o7c6e") [sub_resource type="Sky" id="Sky_bs3qb"] sky_material = SubResource("PanoramaSkyMaterial_2vvmy") [sub_resource type="Environment" id="Environment_f6mem"] background_mode = 2 sky = SubResource("Sky_bs3qb") glow_enabled = true glow_levels/1 = 1.38 glow_levels/2 = 1.55 glow_levels/3 = 5.63 glow_levels/5 = 1.75 glow_levels/6 = 0.9 glow_levels/7 = 0.75 glow_strength = 1.73 glow_mix = 0.03 glow_bloom = 0.05 glow_blend_mode = 4 glow_hdr_luminance_cap = 1.5 glow_map = SubResource("NoiseTexture2D_jyrsd") volumetric_fog_emission = Color(1, 1, 1, 1) volumetric_fog_emission_energy = 0.04 adjustment_brightness = 1.5 adjustment_color_correction = SubResource("GradientTexture1D_h11mn") [sub_resource type="BoxShape3D" id="BoxShape3D_b4v87"] size = Vector3(4.5, 1, 1) [node name="Lobby" type="Node3D"] script = ExtResource("1_3j6ah") metadata/_custom_type_script = "uid://cbjn7f7r081q8" [node name="WorldEnvironment" type="WorldEnvironment" parent="."] environment = SubResource("Environment_f6mem") [node name="CSGCombiner3D" type="CSGCombiner3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 10.1725, 0) use_collision = true [node name="CSGBox3D2" type="CSGBox3D" parent="CSGCombiner3D"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.00969505, 0) operation = 2 size = Vector3(49, 19, 49) [node name="CSGBox3D" type="CSGBox3D" parent="CSGCombiner3D"] flip_faces = true size = Vector3(50, 20, 50) [node name="OmniLight3D" type="OmniLight3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 7.47177, 0) omni_range = 19.6325 [node name="PathfindingGridLoader" type="Node3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -25, 2.01037, -25) script = ExtResource("3_bhyb3") lengthX = 25 lengthZ = 25 metadata/_custom_type_script = "uid://cjgxd88k1bntf" [node name="StartMission" type="Label3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.69191, 1.21511) pixel_size = 0.02 text = "Start Mission" [node name="ButtonLogicImpulse" type="Timer" parent="StartMission" node_paths=PackedStringArray("interactBox")] script = ExtResource("4_2vvmy") interactBox = NodePath("../InteractBox") metadata/_custom_type_script = "uid://cjiiw7cybj24b" [node name="InteractBox" type="Area3D" parent="StartMission" node_paths=PackedStringArray("object")] script = ExtResource("5_f6mem") object = NodePath("../ButtonLogicImpulse") metadata/_custom_type_script = "uid://ymaax1x5fos3" [node name="CollisionShape3D" type="CollisionShape3D" parent="StartMission/InteractBox"] shape = SubResource("BoxShape3D_b4v87") [node name="AudioStreamPlayer3D" type="AudioStreamPlayer" parent="."] stream = ExtResource("6_f6mem") parameters/looping = true