1
Fork 0
mirror of https://github.com/Steffo99/nanogolf.git synced 2024-11-22 08:04:21 +00:00
algodist-steffo-nanogolf/scenes/server_options_menu.tscn

47 lines
1.3 KiB
Text
Raw Normal View History

2024-02-19 04:20:40 +00:00
[gd_scene load_steps=2 format=3 uid="uid://45s3mrhd7rlr"]
[ext_resource type="Script" path="res://scenes/server_options_menu.gd" id="1_omevw"]
[node name="ServerOptionsMenu" type="PanelContainer"]
offset_right = 264.0
offset_bottom = 179.0
script = ExtResource("1_omevw")
[node name="Layout" type="VBoxContainer" parent="."]
layout_mode = 2
[node name="PaddingStart" type="Control" parent="Layout"]
custom_minimum_size = Vector2(0, 8)
layout_mode = 2
[node name="Title" type="RichTextLabel" parent="Layout"]
layout_mode = 2
bbcode_enabled = true
text = "[center][b]Connettiti ad altri giocatori[/b][/center]"
fit_content = true
[node name="PaddingMiddle1" type="Control" parent="Layout"]
custom_minimum_size = Vector2(0, 8)
layout_mode = 2
[node name="HostButton" type="Button" parent="Layout"]
layout_mode = 2
text = "Avvia server"
[node name="Label" type="Label" parent="Layout"]
layout_mode = 2
text = "oppure"
horizontal_alignment = 1
[node name="LineEdit" type="LineEdit" parent="Layout"]
layout_mode = 2
2024-02-28 05:30:45 +00:00
text = "127.0.0.1"
2024-02-19 04:20:40 +00:00
placeholder_text = "127.0.0.1"
[node name="ConnectButton" type="Button" parent="Layout"]
layout_mode = 2
text = "Connettiti al server"
[connection signal="pressed" from="Layout/HostButton" to="." method="_on_host_button_pressed"]
[connection signal="pressed" from="Layout/ConnectButton" to="." method="_on_connect_button_pressed"]