From 9573d3ae4170f43f7f65224a16db7ad161a11e28 Mon Sep 17 00:00:00 2001 From: perivesta <> Date: Sat, 8 Jul 2023 15:53:37 +0200 Subject: add main menu, pause menu, basic level --- project.godot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project.godot') diff --git a/project.godot b/project.godot index 46c0223..5ddc5cc 100644 --- a/project.godot +++ b/project.godot @@ -11,7 +11,7 @@ config_version=5 [application] config/name="CodeWithYourFriends23" -run/main_scene="res://Nodes/drawing_and_driving.tscn" +run/main_scene="res://Nodes/main_menu.tscn" config/features=PackedStringArray("4.0", "Forward Plus") config/icon="res://icon.svg" -- cgit