updating project files
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://cd0jbh4metflb"]
|
||||
[gd_scene format=3 uid="uid://cd0jbh4metflb"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dgeewyjjpk4qn" path="res://addons/maaacks_game_template/base/scenes/loading_screen/loading_screen.gd" id="1_gbk34"]
|
||||
|
||||
[node name="LoadingScreen" type="CanvasLayer"]
|
||||
[node name="LoadingScreen" type="CanvasLayer" unique_id=1106308581]
|
||||
process_mode = 3
|
||||
layer = 20
|
||||
script = ExtResource("1_gbk34")
|
||||
|
||||
[node name="Control" type="Control" parent="."]
|
||||
[node name="Control" type="Control" parent="." unique_id=1061150884]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
@@ -15,12 +15,12 @@ anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="BackPanel" type="Panel" parent="Control"]
|
||||
[node name="BackPanel" type="Panel" parent="Control" unique_id=733839530]
|
||||
layout_mode = 0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
|
||||
[node name="BackgroundColor" type="ColorRect" parent="Control"]
|
||||
[node name="BackgroundColor" type="ColorRect" parent="Control" unique_id=1321854376]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
@@ -29,7 +29,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
color = Color(0, 0, 0, 0)
|
||||
|
||||
[node name="BackgroundTextureRect" type="TextureRect" parent="Control"]
|
||||
[node name="BackgroundTextureRect" type="TextureRect" parent="Control" unique_id=2100527653]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
@@ -39,7 +39,7 @@ grow_vertical = 2
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="Control"]
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="Control" unique_id=1382382693]
|
||||
layout_mode = 0
|
||||
anchor_top = 0.5
|
||||
anchor_right = 1.0
|
||||
@@ -50,25 +50,25 @@ offset_right = -30.0
|
||||
offset_bottom = 98.0
|
||||
theme_override_constants/separation = 50
|
||||
|
||||
[node name="ProgressLabel" type="Label" parent="Control/VBoxContainer"]
|
||||
[node name="ProgressLabel" type="Label" parent="Control/VBoxContainer" unique_id=1845066045]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
text = "Loading..."
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="ProgressBar" type="ProgressBar" parent="Control/VBoxContainer"]
|
||||
[node name="ProgressBar" type="ProgressBar" parent="Control/VBoxContainer" unique_id=608668224]
|
||||
unique_name_in_owner = true
|
||||
custom_minimum_size = Vector2(0, 50)
|
||||
layout_mode = 2
|
||||
max_value = 1.0
|
||||
|
||||
[node name="ErrorMessage" type="AcceptDialog" parent="Control"]
|
||||
[node name="ErrorMessage" type="AcceptDialog" parent="Control" unique_id=1318927148]
|
||||
unique_name_in_owner = true
|
||||
title = "Loading Error"
|
||||
initial_position = 2
|
||||
size = Vector2i(360, 100)
|
||||
|
||||
[node name="StalledMessage" type="ConfirmationDialog" parent="Control"]
|
||||
[node name="StalledMessage" type="ConfirmationDialog" parent="Control" unique_id=440890541]
|
||||
unique_name_in_owner = true
|
||||
title = "Loading Stalled"
|
||||
initial_position = 2
|
||||
@@ -76,7 +76,7 @@ size = Vector2i(360, 100)
|
||||
ok_button_text = "Try Waiting"
|
||||
cancel_button_text = "Reload"
|
||||
|
||||
[node name="LoadingTimer" type="Timer" parent="."]
|
||||
[node name="LoadingTimer" type="Timer" parent="." unique_id=1311871876]
|
||||
unique_name_in_owner = true
|
||||
one_shot = true
|
||||
autostart = true
|
||||
|
||||
Reference in New Issue
Block a user