sync
This commit is contained in:
parent
6d75dd22a0
commit
3ca455a5b9
18 changed files with 315 additions and 27 deletions
|
@ -161,16 +161,22 @@ popup/item_1/text = "Absolute"
|
|||
popup/item_1/id = 1
|
||||
|
||||
[node name="Tutorial Text" type="Label" parent="."]
|
||||
visible = false
|
||||
z_index = 2
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchors_preset = -1
|
||||
anchor_left = 0.203
|
||||
anchor_top = 0.111
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = -178.76
|
||||
offset_top = 40.12
|
||||
offset_right = -211.0
|
||||
offset_bottom = -160.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_fonts/font = ExtResource("4_ybv7t")
|
||||
theme_override_font_sizes/font_size = 64
|
||||
theme_override_font_sizes/font_size = 60
|
||||
text = "! GAMING !"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
|
@ -218,12 +224,12 @@ grow_horizontal = 2
|
|||
grow_vertical = 2
|
||||
theme_override_fonts/font = ExtResource("4_ybv7t")
|
||||
theme_override_font_sizes/font_size = 60
|
||||
text = "TIP: THE BULLETS OF A RIANGLE ALWAYS SHOOT FROM THE POINTS"
|
||||
text = "TIP: THE TIP SYSTEM DOES NOT WORK"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
autowrap_mode = 2
|
||||
|
||||
[node name="Title" type="Label" parent="LoadingScreen"]
|
||||
[node name="Title" type="RichTextLabel" parent="LoadingScreen"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 14
|
||||
anchor_top = 0.5
|
||||
|
@ -233,17 +239,16 @@ offset_top = 255.0
|
|||
offset_bottom = 535.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_fonts/font = ExtResource("4_ybv7t")
|
||||
theme_override_font_sizes/font_size = 200
|
||||
text = "LOADING..."
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
theme_override_fonts/normal_font = ExtResource("4_ybv7t")
|
||||
theme_override_font_sizes/normal_font_size = 200
|
||||
bbcode_enabled = true
|
||||
text = "[center][wave]LOADING..."
|
||||
|
||||
[connection signal="pressed" from="Layout/Play" to="." method="play"]
|
||||
[connection signal="pressed" from="Layout/Settings" to="Settings Panel" method="show"]
|
||||
[connection signal="pressed" from="Layout/Tutorial" to="Tutorial Text" method="show"]
|
||||
[connection signal="pressed" from="Settings Panel/Close" to="Settings Panel" method="save"]
|
||||
[connection signal="pressed" from="Settings Panel/Close" to="Settings Panel" method="hide"]
|
||||
[connection signal="pressed" from="Settings Panel/Close" to="Settings Panel" method="save"]
|
||||
[connection signal="text_changed" from="Settings Panel/Menu/Username" to="Settings Panel" method="check_valid"]
|
||||
[connection signal="text_changed" from="Settings Panel/Menu/Username" to="Settings Panel/Menu/Username" method="check"]
|
||||
[connection signal="pressed" from="Tutorial Text/Close" to="Tutorial Text" method="hide"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue