godot-webrtc-mplayer-testing/lobby.tscn

27 lines
656 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://lobby.gd" type="Script" id=1]
[node name="Node2D" type="Node2D"]
script = ExtResource( 1 )
[node name="MarginContainer" type="VBoxContainer" parent="."]
margin_right = 669.0
margin_bottom = 366.0
[node name="Label" type="Label" parent="MarginContainer"]
margin_right = 669.0
margin_bottom = 14.0
autowrap = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Button" type="Button" parent="MarginContainer"]
margin_top = 18.0
margin_right = 669.0
margin_bottom = 38.0
text = "Close Lobby"
[connection signal="pressed" from="MarginContainer/Button" to="." method="_on_Button_pressed"]