final score sounds

This commit is contained in:
pennyrigate 2023-10-08 20:09:27 -04:00
parent f136dc4740
commit e5d12c4c43
5 changed files with 18 additions and 0 deletions

View file

@ -29,6 +29,7 @@ func _set_material(value: Material) -> void:
func final_score():
_set_text("%05d" % Game.final_score)
Audio.play_sound(Audio.a_final_score,Audio.ac_collectible)
func play_confirm_sound():
pass # Replace with function body.