begin work on game over screen

This commit is contained in:
pennyrigate 2023-10-03 04:08:55 -04:00
parent 01cca79c79
commit 12ea0b0b72
7 changed files with 160 additions and 15 deletions

View file

@ -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.