From f3c450b15226a74a8390275ce24f8a4c5b025117 Mon Sep 17 00:00:00 2001 From: perivesta <> Date: Fri, 7 Jul 2023 23:47:00 +0200 Subject: basic level ig --- project.godot | 1 + 1 file changed, 1 insertion(+) (limited to 'project.godot') diff --git a/project.godot b/project.godot index f23358f..dc15082 100644 --- a/project.godot +++ b/project.godot @@ -11,5 +11,6 @@ config_version=5 [application] config/name="CodeWithYourFriends23" +run/main_scene="res://Nodes/Level_test.tscn" config/features=PackedStringArray("4.0", "Forward Plus") config/icon="res://icon.svg" -- cgit