Theme 👍
This commit is contained in:
parent
810edb8513
commit
373272a013
6 changed files with 190 additions and 58 deletions
|
|
@ -15,7 +15,6 @@ script = ExtResource("1_l6cm7")
|
|||
metadata/_edit_lock_ = true
|
||||
|
||||
[node name="MainMenu" type="PanelContainer" parent="."]
|
||||
visible = false
|
||||
custom_minimum_size = Vector2(256, 0)
|
||||
layout_mode = 2
|
||||
|
||||
|
|
@ -49,11 +48,17 @@ unique_name_in_owner = true
|
|||
layout_mode = 2
|
||||
placeholder_text = "ip"
|
||||
|
||||
[node name="LanguageButton" type="MenuButton" parent="MainMenu/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "language"
|
||||
script = ExtResource("4_6wy0j")
|
||||
|
||||
[node name="ExitButton" type="Button" parent="MainMenu/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "exit"
|
||||
|
||||
[node name="Lobby" type="PanelContainer" parent="."]
|
||||
visible = false
|
||||
custom_minimum_size = Vector2(256, 256)
|
||||
layout_mode = 2
|
||||
|
||||
|
|
@ -134,7 +139,7 @@ layout_mode = 2
|
|||
[node name="Independent" type="Control" parent="."]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Version" type="RichTextLabel" parent="Independent"]
|
||||
[node name="VersionPanel" type="PanelContainer" parent="Independent"]
|
||||
top_level = true
|
||||
layout_mode = 1
|
||||
anchors_preset = 3
|
||||
|
|
@ -142,10 +147,13 @@ anchor_left = 1.0
|
|||
anchor_top = 1.0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = -1.0
|
||||
offset_top = -23.0
|
||||
offset_left = -8.0
|
||||
offset_top = -8.0
|
||||
grow_horizontal = 0
|
||||
grow_vertical = 0
|
||||
|
||||
[node name="Version" type="RichTextLabel" parent="Independent/VersionPanel"]
|
||||
layout_mode = 2
|
||||
bbcode_enabled = true
|
||||
fit_content = true
|
||||
scroll_active = false
|
||||
|
|
@ -154,18 +162,6 @@ horizontal_alignment = 2
|
|||
vertical_alignment = 2
|
||||
script = ExtResource("3_qy2xc")
|
||||
|
||||
[node name="LanguageButton" type="MenuButton" parent="Independent"]
|
||||
top_level = true
|
||||
layout_mode = 1
|
||||
anchors_preset = 2
|
||||
anchor_top = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_top = -8.0
|
||||
offset_right = 8.0
|
||||
grow_vertical = 0
|
||||
text = "language"
|
||||
script = ExtResource("4_6wy0j")
|
||||
|
||||
[connection signal="text_changed" from="MainMenu/VBoxContainer/NicknameEdit" to="." method="_on_nickname_edit_text_changed"]
|
||||
[connection signal="text_submitted" from="MainMenu/VBoxContainer/NicknameEdit" to="." method="_on_nickname_edit_text_submitted"]
|
||||
[connection signal="pressed" from="MainMenu/VBoxContainer/HBoxContainer/HostButton" to="." method="_on_host_button_pressed"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue