RESULTS SCREEN

This commit is contained in:
pennyrigate 2023-10-08 19:25:57 -04:00
parent 435855cd5b
commit 81bcfdc34c
15 changed files with 343 additions and 48 deletions

View file

@ -27,6 +27,8 @@ func _set_material(value: Material) -> void:
yield(self, "ready")
text_mesh.mesh.material = text_material
func final_score():
_set_text("%05d" % Game.final_score)
func play_confirm_sound():
pass # Replace with function body.