2024-05-31 02:41:00 +03:00
|
|
|
[gd_scene load_steps=2 format=3 uid="uid://byrk15nhm7h45"]
|
|
|
|
|
2024-05-31 22:46:56 +03:00
|
|
|
[ext_resource type="Script" path="res://scripts/m_button.gd" id="1_f5n0m"]
|
2024-05-31 02:41:00 +03:00
|
|
|
|
|
|
|
[node name="Main menu" type="Control"]
|
|
|
|
layout_mode = 3
|
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
|
|
|
|
[node name="new_world_button" type="Button" parent="."]
|
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 8
|
|
|
|
anchor_left = 0.5
|
|
|
|
anchor_top = 0.5
|
|
|
|
anchor_right = 0.5
|
|
|
|
anchor_bottom = 0.5
|
|
|
|
offset_left = -47.0
|
|
|
|
offset_top = -73.0
|
|
|
|
offset_right = 45.0
|
|
|
|
offset_bottom = -42.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
text = "New world"
|
2024-05-31 22:46:56 +03:00
|
|
|
script = ExtResource("1_f5n0m")
|
2024-05-31 02:41:00 +03:00
|
|
|
|
|
|
|
[node name="load_world_button" type="Button" parent="."]
|
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 8
|
|
|
|
anchor_left = 0.5
|
|
|
|
anchor_top = 0.5
|
|
|
|
anchor_right = 0.5
|
|
|
|
anchor_bottom = 0.5
|
|
|
|
offset_left = -47.5
|
|
|
|
offset_top = -15.5
|
|
|
|
offset_right = 47.5
|
|
|
|
offset_bottom = 15.5
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
text = "Load world"
|
2024-05-31 22:46:56 +03:00
|
|
|
script = ExtResource("1_f5n0m")
|
2024-05-31 02:41:00 +03:00
|
|
|
|
|
|
|
[node name="quit_button" type="Button" parent="."]
|
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 8
|
|
|
|
anchor_left = 0.5
|
|
|
|
anchor_top = 0.5
|
|
|
|
anchor_right = 0.5
|
|
|
|
anchor_bottom = 0.5
|
|
|
|
offset_left = -23.0
|
|
|
|
offset_top = 55.0
|
|
|
|
offset_right = 19.0
|
|
|
|
offset_bottom = 86.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
text = "Quit"
|
2024-05-31 22:46:56 +03:00
|
|
|
script = ExtResource("1_f5n0m")
|