diff --git a/main_menu.gd b/main_menu.gd index cc94121..19d035c 100644 --- a/main_menu.gd +++ b/main_menu.gd @@ -2,4 +2,4 @@ extends Control func start_button_pressed() -> void: - pass # Replace with function body. + get_tree().change_scene_to_file("res://maps/TinyTown.tscn")