REM/scripts/drifting/drifting_game_over.gd
2026-03-26 20:37:29 -06:00

11 lines
274 B
GDScript

extends Control
func _ready() -> void:
##Reveal the mouse so buttons may be clicked!
Input.mouse_mode = Input.MOUSE_MODE_VISIBLE
self.find_child("Message").text = Global.message #"Thank you. Play again!"
self.find_child("Score").text = Global.final_score #"100%"