33 lines
639 B
Plaintext
33 lines
639 B
Plaintext
[gd_scene format=2]
|
|
|
|
[node name="Lobby" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="IPLineEdit" type="LineEdit" parent="."]
|
|
anchor_left = 0.5
|
|
anchor_top = 0.3
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.3
|
|
margin_left = -100.0
|
|
margin_right = 100.0
|
|
margin_bottom = 25.0
|
|
placeholder_text = "Enter IP Address of Server"
|
|
|
|
[node name="StartButton" type="Button" parent="."]
|
|
anchor_left = 0.5
|
|
anchor_top = 0.3
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.3
|
|
margin_left = -40.0
|
|
margin_top = 40.0
|
|
margin_right = 40.0
|
|
margin_bottom = 25.0
|
|
text = "Start"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|