Added upgrade system

This commit is contained in:
2024-05-10 20:47:29 +01:00
parent 099340f870
commit 1489d93ae6
38 changed files with 993 additions and 78 deletions

View File

@@ -21,3 +21,8 @@ func _on_music_volume_drag_ended(value_changed: bool) -> void:
func _on_effects_volume_drag_ended(value_changed: bool) -> void:
Global.effects_volume = $VBoxContainer/HBoxContainer/RightPanel/Effects.value
$Boink.play()
func _on_reset_times_pressed() -> void:
Global.reset_best_times()
pass # Replace with function body.