godot-webrtc-mplayer-testing/join_lobby.tscn

37 lines
784 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://join_lobby.gd" type="Script" id=1]
[node name="Control" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="."]
margin_left = 235.0
margin_top = 74.0
margin_right = 275.0
margin_bottom = 88.0
text = "Lobby Code"
[node name="TextEdit" type="TextEdit" parent="."]
margin_left = 239.0
margin_top = 99.0
margin_right = 544.0
margin_bottom = 139.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Button" type="Button" parent="."]
margin_left = 320.0
margin_top = 149.0
margin_right = 451.0
margin_bottom = 169.0
text = "Join"
[connection signal="pressed" from="Button" to="." method="_on_Button_pressed"]