You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.5 KiB
56 lines
1.5 KiB
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://theme/theme.tres" type="Theme" id=1]
|
|
[ext_resource path="res://menu/MainMenu.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="Theme" id=1]
|
|
|
|
[node name="MainMenu" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
theme = ExtResource( 1 )
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
margin_left = -159.0
|
|
margin_top = -226.0
|
|
margin_right = 159.0
|
|
margin_bottom = 226.0
|
|
|
|
[node name="Title" type="Label" parent="VBoxContainer"]
|
|
margin_right = 360.0
|
|
margin_bottom = 203.0
|
|
text = "Societer
|
|
"
|
|
align = 1
|
|
|
|
[node name="NewButton" type="Button" parent="VBoxContainer"]
|
|
margin_top = 207.0
|
|
margin_right = 360.0
|
|
margin_bottom = 261.0
|
|
theme = SubResource( 1 )
|
|
text = "Nouveau monde"
|
|
|
|
[node name="LoadButton" type="Button" parent="VBoxContainer"]
|
|
margin_top = 265.0
|
|
margin_right = 360.0
|
|
margin_bottom = 319.0
|
|
text = "Charger un monde"
|
|
|
|
[node name="QuitButton" type="Button" parent="VBoxContainer"]
|
|
margin_top = 323.0
|
|
margin_right = 360.0
|
|
margin_bottom = 377.0
|
|
text = "Quitter"
|
|
|
|
[node name="Viewport" type="Viewport" parent="."]
|
|
size = Vector2( 2048, 2048 )
|
|
own_world = true
|
|
|
|
[connection signal="pressed" from="VBoxContainer/NewButton" to="." method="_on_NewButton_pressed"]
|
|
[connection signal="pressed" from="VBoxContainer/LoadButton" to="." method="_on_LoadButton_pressed"]
|
|
[connection signal="pressed" from="VBoxContainer/QuitButton" to="." method="_on_QuitButton_pressed"]
|
|
|