Added music, best times, more backgrounds and more levels

This commit is contained in:
2024-05-07 18:13:53 +01:00
parent 6f6b1f4b80
commit 0017d49923
38 changed files with 769 additions and 166 deletions

View File

@@ -54,14 +54,27 @@ theme = ExtResource("1_lirja")
layout_mode = 2
size_flags_horizontal = 3
[node name="VolumeLabel" type="Label" parent="VBoxContainer/HBoxContainer/RightPanel"]
[node name="MusicLabel" type="Label" parent="VBoxContainer/HBoxContainer/RightPanel"]
layout_mode = 2
theme = ExtResource("1_lirja")
text = "Volume"
text = "Music"
horizontal_alignment = 1
vertical_alignment = 1
[node name="Volume" type="HSlider" parent="VBoxContainer/HBoxContainer/RightPanel"]
[node name="Music" type="HSlider" parent="VBoxContainer/HBoxContainer/RightPanel"]
layout_mode = 2
min_value = -80.0
max_value = 6.0
tick_count = 10
[node name="EffectsLabel" type="Label" parent="VBoxContainer/HBoxContainer/RightPanel"]
layout_mode = 2
theme = ExtResource("1_lirja")
text = "Effects"
horizontal_alignment = 1
vertical_alignment = 1
[node name="Effects" type="HSlider" parent="VBoxContainer/HBoxContainer/RightPanel"]
layout_mode = 2
min_value = -80.0
max_value = 6.0
@@ -82,8 +95,10 @@ text = "Exit"
[node name="Boink" type="AudioStreamPlayer" parent="."]
stream = ExtResource("4_hgwvx")
bus = &"Effects"
[connection signal="pressed" from="VBoxContainer/HBoxContainer/LeftPanel/Relative" to="." method="_on_relative_pressed"]
[connection signal="pressed" from="VBoxContainer/HBoxContainer/LeftPanel/Absolute" to="." method="_on_absolute_pressed"]
[connection signal="drag_ended" from="VBoxContainer/HBoxContainer/RightPanel/Volume" to="." method="_on_volume_drag_ended"]
[connection signal="drag_ended" from="VBoxContainer/HBoxContainer/RightPanel/Music" to="." method="_on_music_volume_drag_ended"]
[connection signal="drag_ended" from="VBoxContainer/HBoxContainer/RightPanel/Effects" to="." method="_on_effects_volume_drag_ended"]
[connection signal="pressed" from="Exit" to="." method="_on_exit_pressed"]