extends Control
func _on_new_game_button_pressed() -> void:
GameManager.startNewGame()
Loader.loadScene(self, "res://scenes/game.tscn")