38 lines
859 B
Plaintext
38 lines
859 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://cwxq3udib6v5f"]
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_bvrvd"]
|
|
font_size = 80
|
|
|
|
[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
|
|
|
|
[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.072842635, 0.072842635, 0.072842635, 1)
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -20.0
|
|
offset_top = -11.5
|
|
offset_right = 20.0
|
|
offset_bottom = 11.5
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
text = "Loading..."
|
|
label_settings = SubResource("LabelSettings_bvrvd")
|