RESULTS SCREEN
This commit is contained in:
parent
435855cd5b
commit
81bcfdc34c
15 changed files with 343 additions and 48 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue