Leo - GUI WIP

This commit is contained in:
2022-12-11 01:50:33 +01:00
parent 553214600e
commit 14490c71e4
13 changed files with 192 additions and 39 deletions

View File

@@ -13,7 +13,6 @@ grow_vertical = 2
script = ExtResource("1_hyw8p")
[node name="ColorRect" type="ColorRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
@@ -22,7 +21,6 @@ grow_vertical = 2
color = Color(0.513726, 0.403922, 0.27451, 1)
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
@@ -36,31 +34,42 @@ grow_horizontal = 2
grow_vertical = 2
[node name="Start" type="Button" parent="VBoxContainer"]
layout_mode = 2
offset_right = 87.0
offset_bottom = 31.0
text = "Start
"
[node name="Tutorial" type="Button" parent="VBoxContainer"]
layout_mode = 2
offset_top = 35.0
offset_right = 87.0
offset_bottom = 66.0
text = "Tutorial
"
[node name="Settings" type="Button" parent="VBoxContainer"]
layout_mode = 2
offset_top = 70.0
offset_right = 87.0
offset_bottom = 101.0
text = "Volume:"
[node name="VolSlider" type="HSlider" parent="VBoxContainer"]
layout_mode = 2
offset_top = 105.0
offset_right = 87.0
offset_bottom = 121.0
min_value = -30.0
max_value = 0.0
script = ExtResource("2_h85ei")
[node name="Quit" type="Button" parent="VBoxContainer"]
layout_mode = 2
offset_top = 125.0
offset_right = 87.0
offset_bottom = 156.0
text = "Quit"
[node name="FullScreen" type="Button" parent="VBoxContainer"]
layout_mode = 2
offset_top = 160.0
offset_right = 87.0
offset_bottom = 191.0
text = "Fullscreen"
[connection signal="pressed" from="VBoxContainer/Start" to="." method="_on_start_pressed"]