50 lines
1.5 KiB
Plaintext
50 lines
1.5 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://cpjlj7kxdhv16"]
|
|
|
|
[ext_resource type="Script" uid="uid://b07ueredevhr3" path="res://src/menu/LoadingScreen.cs" id="1_5uxhf"]
|
|
[ext_resource type="Texture2D" uid="uid://d2krh4u2v06k5" path="res://src/ui/rendered_assets/SCREEN_RENDERS_Loading_720_16_9.png" id="2_xfkmi"]
|
|
|
|
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_xfkmi"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_xfkmi"]
|
|
bg_color = Color(0.804743, 0.804743, 0.804743, 1)
|
|
|
|
[node name="LoadingScreen" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_5uxhf")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
texture_filter = 2
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
texture = ExtResource("2_xfkmi")
|
|
|
|
[node name="ReferenceRect" type="ReferenceRect" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 568.0
|
|
offset_top = 956.0
|
|
offset_right = 1368.0
|
|
offset_bottom = 981.0
|
|
border_color = Color(1, 1, 1, 1)
|
|
editor_only = false
|
|
|
|
[node name="ProgressBar" type="ProgressBar" parent="."]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(800, 25)
|
|
layout_mode = 2
|
|
offset_left = 568.0
|
|
offset_top = 956.0
|
|
offset_right = 1368.0
|
|
offset_bottom = 981.0
|
|
theme_override_styles/background = SubResource("StyleBoxTexture_xfkmi")
|
|
theme_override_styles/fill = SubResource("StyleBoxFlat_xfkmi")
|
|
show_percentage = false
|