Second Map, and sound effects
This commit is contained in:
@ -127,6 +127,28 @@ layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
text = "Score: 10 / "
|
||||
|
||||
[node name="second" type="VBoxContainer" parent="VBoxContainer/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
alignment = 1
|
||||
|
||||
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer/second"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
text = "2nd Level"
|
||||
|
||||
[node name="Button" type="Button" parent="VBoxContainer/HBoxContainer/second"]
|
||||
custom_minimum_size = Vector2(120, 80)
|
||||
layout_mode = 2
|
||||
theme_override_styles/focus = SubResource("StyleBoxTexture_mjmwi")
|
||||
theme_override_styles/hover = SubResource("StyleBoxTexture_udeaf")
|
||||
theme_override_styles/pressed = SubResource("StyleBoxTexture_5yqcp")
|
||||
theme_override_styles/normal = SubResource("StyleBoxTexture_cg1t8")
|
||||
|
||||
[node name="Label2" type="Label" parent="VBoxContainer/HBoxContainer/second"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
text = "Score: 10 / "
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 12
|
||||
|
Reference in New Issue
Block a user