[gd_scene load_steps=7 format=3 uid="uid://dxfe3cr3qy45y"] [ext_resource type="Script" uid="uid://c41axxu2t3a8a" path="res://gui/loading_screen/scripts/loading_screen.gd" id="1_mrd8x"] [ext_resource type="LabelSettings" uid="uid://dqwayi8yjwau2" path="res://gui/ressources/title_label_settings.tres" id="1_vsl4m"] [ext_resource type="Theme" uid="uid://bgcmd213j6gk1" path="res://gui/ressources/hud.tres" id="2_sm2e5"] [ext_resource type="Script" uid="uid://0dhj8sdpil7q" path="res://gui/tools/control_animation_player.gd" id="4_h5vhe"] [ext_resource type="FontFile" uid="uid://c7k6ssq6ocwdk" path="res://gui/ressources/fonts/Ubuntu/Ubuntu-M.ttf" id="4_hjgyq"] [sub_resource type="LabelSettings" id="LabelSettings_il1kt"] font = ExtResource("4_hjgyq") font_size = 20 [node name="LoadingScreen" type="CanvasLayer"] process_mode = 3 layer = 1000000 script = ExtResource("1_mrd8x") [node name="LoadingInterface" type="Control" parent="."] unique_name_in_owner = true process_mode = 3 layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 offset_bottom = -0.00061035156 grow_horizontal = 2 grow_vertical = 2 [node name="ColorRect" type="ColorRect" parent="LoadingInterface"] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 color = Color(0.05882353, 0.05882353, 0.16862746, 1) [node name="MarginContainer" type="MarginContainer" parent="LoadingInterface"] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 theme = ExtResource("2_sm2e5") theme_override_constants/margin_left = 30 theme_override_constants/margin_top = 30 theme_override_constants/margin_right = 30 theme_override_constants/margin_bottom = 30 [node name="VBoxContainer" type="VBoxContainer" parent="LoadingInterface/MarginContainer"] layout_mode = 2 alignment = 1 [node name="LoadingTitle" type="Label" parent="LoadingInterface/MarginContainer/VBoxContainer"] layout_mode = 2 text = "LOADING" label_settings = ExtResource("1_vsl4m") horizontal_alignment = 1 vertical_alignment = 1 [node name="LoadingText" type="Label" parent="LoadingInterface/MarginContainer/VBoxContainer"] unique_name_in_owner = true layout_mode = 2 text = "Preparing Scene" label_settings = SubResource("LabelSettings_il1kt") horizontal_alignment = 1 vertical_alignment = 1 [node name="LoadingProgressBar" type="ProgressBar" parent="LoadingInterface/MarginContainer/VBoxContainer"] unique_name_in_owner = true custom_minimum_size = Vector2(0, 50) layout_mode = 2 theme = ExtResource("2_sm2e5") [node name="LoadingAnimation" type="Node" parent="LoadingInterface"] unique_name_in_owner = true script = ExtResource("4_h5vhe") metadata/_custom_type_script = "uid://0dhj8sdpil7q"