godot-webrtc-mplayer-testing/lobby.tscn

79 lines
1.8 KiB
Plaintext
Raw Normal View History

2021-12-02 15:13:12 -06:00
[gd_scene load_steps=3 format=2]
2021-11-15 16:25:13 -06:00
[ext_resource path="res://lobby.gd" type="Script" id=1]
2021-12-02 15:13:12 -06:00
[ext_resource path="res://iosevkalyte.tres" type="DynamicFont" id=2]
2021-11-15 16:25:13 -06:00
[node name="Node2D" type="Node2D"]
script = ExtResource( 1 )
2021-12-02 15:13:12 -06:00
[node name="text" type="TextEdit" parent="."]
margin_left = 208.0
margin_top = 162.0
margin_right = 739.0
margin_bottom = 453.0
custom_fonts/font = ExtResource( 2 )
text = "information goes in here"
readonly = true
highlight_current_line = true
syntax_highlighting = true
show_line_numbers = true
draw_tabs = true
draw_spaces = true
smooth_scrolling = true
wrap_enabled = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="shifter" type="Label" parent="."]
margin_left = 678.0
margin_top = 10.0
margin_right = 718.0
margin_bottom = 26.0
text = "ping"
autowrap = true
__meta__ = {
"_edit_use_anchors_": false
}
2021-11-15 16:25:13 -06:00
[node name="MarginContainer" type="VBoxContainer" parent="."]
2021-11-17 13:57:45 -06:00
anchor_right = 1.0
anchor_bottom = 1.0
2021-11-15 16:25:13 -06:00
margin_right = 669.0
margin_bottom = 366.0
2021-11-17 13:57:45 -06:00
__meta__ = {
"_edit_use_anchors_": false
}
2021-11-15 16:25:13 -06:00
[node name="Label" type="Label" parent="MarginContainer"]
margin_right = 669.0
margin_bottom = 14.0
autowrap = true
__meta__ = {
"_edit_use_anchors_": false
}
2021-12-02 15:13:12 -06:00
[node name="leave_button" type="Button" parent="MarginContainer"]
2021-11-15 16:25:13 -06:00
margin_top = 18.0
margin_right = 669.0
margin_bottom = 38.0
2021-11-17 13:57:45 -06:00
text = "Leave"
2021-12-02 15:13:12 -06:00
__meta__ = {
"_edit_use_anchors_": false
}
2021-11-17 13:57:45 -06:00
2021-12-02 15:13:12 -06:00
[node name="Button" type="Button" parent="MarginContainer"]
2021-11-17 13:57:45 -06:00
margin_top = 42.0
margin_right = 669.0
2021-12-02 15:13:12 -06:00
margin_bottom = 62.0
text = "Shift"
[node name="peers" type="ItemList" parent="MarginContainer"]
margin_top = 66.0
margin_right = 669.0
margin_bottom = 75.0
2021-11-17 13:57:45 -06:00
auto_height = true
2021-11-15 16:25:13 -06:00
2021-12-02 15:13:12 -06:00
[connection signal="pressed" from="MarginContainer/leave_button" to="." method="_on_leave_button_pressed"]
2021-11-15 16:25:13 -06:00
[connection signal="pressed" from="MarginContainer/Button" to="." method="_on_Button_pressed"]