begin work on game over screen
This commit is contained in:
parent
01cca79c79
commit
12ea0b0b72
7 changed files with 160 additions and 15 deletions
|
@ -26,3 +26,7 @@ func _set_material(value: Material) -> void:
|
|||
if not is_instance_valid(text_mesh):
|
||||
yield(self, "ready")
|
||||
text_mesh.mesh.material = text_material
|
||||
|
||||
|
||||
func play_confirm_sound():
|
||||
pass # Replace with function body.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue