godot-webrtc-mplayer-testing/main.tscn

53 lines
1.4 KiB
Plaintext
Raw Normal View History

2021-11-15 15:43:33 -06:00
[gd_scene load_steps=2 format=2]
2021-11-15 15:02:55 -06:00
[ext_resource path="res://main.gd" type="Script" id=1]
[node name="Control" type="Control"]
anchor_left = 0.0136719
anchor_top = 0.0166667
anchor_right = 0.986328
anchor_bottom = 0.983333
margin_top = 4.32134e-07
margin_bottom = -9.53674e-06
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": true
}
[node name="VBoxContainer" type="VBoxContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
custom_constants/separation = 50
__meta__ = {
"_edit_use_anchors_": true
}
2021-11-15 15:43:33 -06:00
[node name="Singleplayer" type="Button" parent="VBoxContainer"]
2021-11-15 15:02:55 -06:00
margin_right = 995.0
2021-11-15 15:43:33 -06:00
margin_bottom = 20.0
2021-11-17 08:18:12 -06:00
text = "Start Singleplayer Game"
2021-11-15 15:43:33 -06:00
__meta__ = {
"_edit_use_anchors_": false
}
2021-11-15 15:02:55 -06:00
2021-11-15 15:43:33 -06:00
[node name="CreateLobbyButton" type="Button" parent="VBoxContainer"]
margin_top = 70.0
2021-11-15 15:02:55 -06:00
margin_right = 995.0
2021-11-15 15:43:33 -06:00
margin_bottom = 90.0
2021-11-17 08:18:12 -06:00
text = "Multiplayer"
2021-11-15 15:02:55 -06:00
2021-11-15 15:43:33 -06:00
[node name="JoinLobbyButton" type="Button" parent="VBoxContainer"]
margin_top = 140.0
2021-11-15 15:02:55 -06:00
margin_right = 995.0
2021-11-15 15:43:33 -06:00
margin_bottom = 160.0
2021-11-17 08:18:12 -06:00
text = "Quit"
2021-11-15 15:43:33 -06:00
__meta__ = {
"_edit_use_anchors_": false
}
2021-11-15 15:02:55 -06:00
[node name="Server" type="Node" parent="."]
2021-11-15 15:43:33 -06:00
[connection signal="pressed" from="VBoxContainer/Singleplayer" to="." method="_on_Singleplayer_pressed"]
2021-11-15 16:25:13 -06:00
[connection signal="pressed" from="VBoxContainer/CreateLobbyButton" to="." method="_on_CreateLobbyButton_pressed"]
[connection signal="pressed" from="VBoxContainer/JoinLobbyButton" to="." method="_on_JoinLobbyButton_pressed"]