SpaceClient/Scenes/RootNode.tscn

39 lines
896 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://Scripts/RootNode.gd" type="Script" id=1]
[node name="RootNode" type="Node"]
script = ExtResource( 1 )
[node name="Lobby" type="Control" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="IPLineEdit" type="LineEdit" parent="Lobby"]
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="Lobby"]
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
}
[connection signal="pressed" from="Lobby/StartButton" to="." method="_on_StartButton_pressed"]