39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://d25timr8vhun4"]
|
|
|
|
[ext_resource type="Script" uid="uid://8yal1fqglvut" path="res://scripts/user_interface/loading_screen.gd" id="1_77x1d"]
|
|
[ext_resource type="Texture2D" uid="uid://bai33al6u8ywo" path="res://assets/ui/loading_wheel.png" id="1_q1p2u"]
|
|
|
|
[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_77x1d")
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
color = Color(0.0784314, 0.180392, 0.14902, 1)
|
|
|
|
[node name="TextureProgressBar" type="TextureProgressBar" parent="."]
|
|
texture_filter = 1
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_left = 0.472222
|
|
anchor_top = 0.450617
|
|
anchor_right = 0.527778
|
|
anchor_bottom = 0.549383
|
|
offset_bottom = 3.05176e-05
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
fill_mode = 4
|
|
nine_patch_stretch = true
|
|
texture_progress = ExtResource("1_q1p2u")
|
|
metadata/_edit_use_anchors_ = true
|