From ccd374cbedd87528c85d497fa7bef9b0c90815e9 Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Wed, 7 Sep 2022 11:22:35 +0200 Subject: menus: implement main menu and building blocks --- project.godot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project.godot') diff --git a/project.godot b/project.godot index aa09f0d..9983d36 100644 --- a/project.godot +++ b/project.godot @@ -39,7 +39,7 @@ _global_script_class_icons={ [application] config/name="Texty" -run/main_scene="res://Scenes/Game/Game.tscn" +run/main_scene="res://Scenes/Menus/MainMenu.tscn" run/delta_sync_after_draw=true config/icon="res://icon.png" -- cgit v1.2.3