forked from finepointcgi/Godot-Horror-Game-GD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathloading_screen.tscn
81 lines (69 loc) · 1.91 KB
/
loading_screen.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
[gd_scene load_steps=3 format=3 uid="uid://de1xei1qs3vmy"]
[ext_resource type="Script" path="res://LoadingScreen.gd" id="1_we8sj"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_eo5v3"]
bg_color = Color(0.164706, 0.164706, 0.164706, 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_we8sj")
tips = Array[String](["tip 1", "tip 2", "tip 3"])
[node name="Panel" type="Panel" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_styles/panel = SubResource("StyleBoxFlat_eo5v3")
[node name="Control" type="Control" parent="."]
anchors_preset = 0
offset_left = 90.0
offset_top = 54.0
offset_right = 445.0
offset_bottom = 602.0
[node name="VBoxContainer" type="VBoxContainer" parent="Control"]
layout_mode = 1
anchors_preset = 4
anchor_top = 0.5
anchor_bottom = 0.5
offset_top = -184.0
offset_right = 233.0
offset_bottom = -86.0
grow_vertical = 2
[node name="Label" type="Label" parent="Control/VBoxContainer"]
layout_mode = 2
text = "Loading.."
[node name="LevelName" type="Label" parent="Control/VBoxContainer"]
layout_mode = 2
text = "Name"
[node name="VBoxContainer2" type="VBoxContainer" parent="Control"]
layout_mode = 1
anchors_preset = 4
anchor_top = 0.5
anchor_bottom = 0.5
offset_top = 102.0
offset_right = 198.0
offset_bottom = 198.0
grow_vertical = 2
[node name="Label" type="Label" parent="Control/VBoxContainer2"]
layout_mode = 2
text = "Tip:"
[node name="TipValue" type="Label" parent="Control/VBoxContainer2"]
layout_mode = 2
text = "Tip Here"
[node name="ProgressBar" type="ProgressBar" parent="."]
layout_mode = 1
anchors_preset = 12
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 76.0
offset_top = -116.0
offset_right = -71.0
offset_bottom = -89.0
grow_horizontal = 2
grow_vertical = 0