41 lines
795 B
Plaintext
41 lines
795 B
Plaintext
|
[gd_scene load_steps=2 format=2]
|
||
|
|
||
|
[ext_resource path="res://Scripts/MainMenu.gd" type="Script" id=1]
|
||
|
|
||
|
[node name="MainMenu" type="Control"]
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
script = ExtResource( 1 )
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="Buttons" type="VBoxContainer" parent="."]
|
||
|
anchor_left = 0.5
|
||
|
anchor_top = 0.28
|
||
|
anchor_right = 0.5
|
||
|
anchor_bottom = 0.702
|
||
|
grow_horizontal = 2
|
||
|
alignment = 1
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="Host" type="Button" parent="Buttons"]
|
||
|
margin_top = 104.0
|
||
|
margin_right = 42.0
|
||
|
margin_bottom = 124.0
|
||
|
text = "Host"
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="Join" type="Button" parent="Buttons"]
|
||
|
margin_top = 128.0
|
||
|
margin_right = 42.0
|
||
|
margin_bottom = 148.0
|
||
|
text = "Join"
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|