Files

73 lines
2.9 KiB
Plaintext

[gd_scene load_steps=11 format=3 uid="uid://ne6yitvecsk8"]
[ext_resource type="Script" uid="uid://dj8nmtar1gypl" path="res://Martian Assets/Scripts/Lobby/Lobby.gd" id="1_ak3xd"]
[ext_resource type="Theme" uid="uid://yc0fr3axo26b" path="res://Martian Assets/GUI/MarsGUI.tres" id="2_hlym1"]
[ext_resource type="Script" uid="uid://c77gqclqf56we" path="res://Martian Assets/Scripts/Lobby/LobbyDecor.gd" id="3_2ycrl"]
[ext_resource type="Sky" uid="uid://b4gnsy53x7glf" path="res://Martian Assets/Skyboxes/Space.tres" id="3_3xxge"]
[ext_resource type="AudioStream" uid="uid://c2cttuaykwc2p" path="res://Martian Assets/Audio/Ambient.mp3" id="4_3i53s"]
[ext_resource type="Script" uid="uid://ds6dihh7w6c5d" path="res://Martian Assets/Scripts/Lobby/LobbyStarfield.gd" id="4_x7erp"]
[ext_resource type="Texture2D" uid="uid://bnokkxonnt6dm" path="res://Martian Assets/GUI/Icons/Logo.png" id="6_hlym1"]
[sub_resource type="Gradient" id="Gradient_3i53s"]
offsets = PackedFloat32Array(1, 1)
[sub_resource type="GradientTexture1D" id="GradientTexture1D_hlym1"]
gradient = SubResource("Gradient_3i53s")
[sub_resource type="Environment" id="Environment_3i53s"]
background_mode = 2
sky = ExtResource("3_3xxge")
[node name="root" type="Node3D"]
[node name="Lobby" type="Node3D" parent="." node_paths=PackedStringArray("lobbyDecor")]
script = ExtResource("1_ak3xd")
skin = ExtResource("2_hlym1")
lobbyDecor = NodePath("../Decor/Logo")
[node name="GUI" type="Control" parent="Lobby"]
layout_mode = 3
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0
[node name="Decor" type="Node3D" parent="."]
[node name="BlackMask" type="Node3D" parent="Decor"]
transform = Transform3D(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
[node name="c_GUITexture" type="TextureRect" parent="Decor/BlackMask"]
texture = SubResource("GradientTexture1D_hlym1")
expand_mode = 1
[node name="Camera" type="Node3D" parent="Decor"]
transform = Transform3D(1, 0, 0, 0, 1.1924881e-08, -1, 0, 1, 1.1924881e-08, 0, 0, 0)
[node name="c_Camera" type="Camera3D" parent="Decor/Camera"]
environment = SubResource("Environment_3i53s")
fov = 60.0
near = 0.3
far = 1000.0
[node name="c_Audio Source" type="AudioStreamPlayer3D" parent="Decor/Camera"]
stream = ExtResource("4_3i53s")
volume_db = 1.0
parameters/looping = true
[node name="Logo" type="Node3D" parent="Decor" node_paths=PackedStringArray("refLobby", "bg", "mainCamera")]
transform = Transform3D(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)
script = ExtResource("3_2ycrl")
refLobby = NodePath("../../Lobby")
bg = NodePath("../BlackMask/c_GUITexture")
mainCamera = NodePath("../Camera")
[node name="c_GUITexture" type="TextureRect" parent="Decor/Logo"]
texture = ExtResource("6_hlym1")
expand_mode = 1
[node name="StarField" type="Node3D" parent="Decor"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3, 0)
script = ExtResource("4_x7erp")
[node name="GPUParticles3D" type="GPUParticles3D" parent="Decor/StarField"]