Menu, exports
This commit is contained in:
@@ -7,6 +7,14 @@
|
||||
[node name="Main" type="Node2D"]
|
||||
|
||||
[node name="StdBoard" parent="." instance=ExtResource( 2 )]
|
||||
distribution = {
|
||||
"desert": 1,
|
||||
"fields": 4,
|
||||
"forest": 4,
|
||||
"hills": 3,
|
||||
"mountains": 3,
|
||||
"pasture": 4
|
||||
}
|
||||
|
||||
[node name="Camera2D" type="Camera2D" parent="."]
|
||||
current = true
|
||||
|
||||
40
Scenes/MainMenu.tscn
Normal file
40
Scenes/MainMenu.tscn
Normal file
@@ -0,0 +1,40 @@
|
||||
[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
|
||||
}
|
||||
Reference in New Issue
Block a user