From 5753eeea39955039876de8566ff720de0a2966e1 Mon Sep 17 00:00:00 2001 From: Gregory Marco Date: Mon, 29 Sep 2025 00:09:50 -0500 Subject: [PATCH] Run tiny town scene when start is clicked. --- main_menu.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")