FuncIt/Game #3.5/scenes/main_menu.tscn
2021-10-04 19:03:30 +03:00

92 lines
2.2 KiB
Plaintext

[gd_scene load_steps=5 format=2]
[ext_resource path="res://Roboto-Regular.ttf" type="DynamicFontData" id=1]
[ext_resource path="res://font/roboto.tres" type="DynamicFont" id=2]
[ext_resource path="res://code/main_menu.gd" type="Script" id=3]
[sub_resource type="DynamicFont" id=1]
size = 32
use_mipmaps = true
use_filter = true
font_data = ExtResource( 1 )
[node name="network_setup" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 1.33496
margin_right = 1.33496
script = ExtResource( 3 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="multiplayer_configure" type="Control" parent="."]
margin_left = 982.0
margin_top = 486.0
margin_right = 1022.0
margin_bottom = 526.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="host_button" type="Button" parent="multiplayer_configure"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -194.027
margin_top = -27.3168
margin_right = 105.973
margin_bottom = 52.6831
custom_fonts/font = ExtResource( 2 )
text = "Host game"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="join_button" type="Button" parent="multiplayer_configure"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -178.009
margin_top = 73.7132
margin_right = 121.991
margin_bottom = 153.713
custom_fonts/font = ExtResource( 2 )
text = "Join game"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="server_ip_address" type="LineEdit" parent="multiplayer_configure"]
anchor_left = -24.55
anchor_top = -12.15
anchor_right = 23.45
anchor_bottom = 14.85
margin_left = 776.0
margin_top = 728.0
margin_right = -744.0
margin_bottom = -302.0
custom_fonts/font = ExtResource( 2 )
align = 1
placeholder_text = "Enter IP address"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="CanvasLayer" type="CanvasLayer" parent="."]
[node name="device_ip_address" type="Label" parent="CanvasLayer"]
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = -150.0
custom_fonts/font = SubResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[connection signal="pressed" from="multiplayer_configure/host_button" to="." method="_on_host_button_pressed"]
[connection signal="pressed" from="multiplayer_configure/join_button" to="." method="_on_join_button_pressed"]