mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 04:16:12 +01:00
added other cannon ball sizes
This commit is contained in:
@@ -13,6 +13,7 @@ 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
|
||||
@@ -21,6 +22,7 @@ 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
|
||||
@@ -34,42 +36,31 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Start" type="Button" parent="VBoxContainer"]
|
||||
offset_right = 87.0
|
||||
offset_bottom = 31.0
|
||||
layout_mode = 2
|
||||
text = "Start
|
||||
"
|
||||
|
||||
[node name="Tutorial" type="Button" parent="VBoxContainer"]
|
||||
offset_top = 35.0
|
||||
offset_right = 87.0
|
||||
offset_bottom = 66.0
|
||||
layout_mode = 2
|
||||
text = "Tutorial
|
||||
"
|
||||
|
||||
[node name="Settings" type="Button" parent="VBoxContainer"]
|
||||
offset_top = 70.0
|
||||
offset_right = 87.0
|
||||
offset_bottom = 101.0
|
||||
layout_mode = 2
|
||||
text = "Volume:"
|
||||
|
||||
[node name="VolSlider" type="HSlider" parent="VBoxContainer"]
|
||||
offset_top = 105.0
|
||||
offset_right = 87.0
|
||||
offset_bottom = 121.0
|
||||
layout_mode = 2
|
||||
min_value = -30.0
|
||||
max_value = 0.0
|
||||
script = ExtResource("2_h85ei")
|
||||
|
||||
[node name="Quit" type="Button" parent="VBoxContainer"]
|
||||
offset_top = 125.0
|
||||
offset_right = 87.0
|
||||
offset_bottom = 156.0
|
||||
layout_mode = 2
|
||||
text = "Quit"
|
||||
|
||||
[node name="FullScreen" type="Button" parent="VBoxContainer"]
|
||||
offset_top = 160.0
|
||||
offset_right = 87.0
|
||||
offset_bottom = 191.0
|
||||
layout_mode = 2
|
||||
text = "Fullscreen"
|
||||
|
||||
[connection signal="pressed" from="VBoxContainer/Start" to="." method="_on_start_pressed"]
|
||||
|
||||
Reference in New Issue
Block a user