From 92892072e25734096b904a6bd91092438fb5b726 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Mon, 18 May 2020 00:44:20 -0400 Subject: [PATCH] Fix entrypoint --- client/project.godot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/project.godot b/client/project.godot index a51a096..4bbd728 100644 --- a/client/project.godot +++ b/client/project.godot @@ -16,7 +16,7 @@ _global_script_class_icons={ [application] config/name="The Connection" -run/main_scene="res://Scenes/Dev.tscn" +run/main_scene="res://Scenes/Title.scn" boot_splash/image="res://wallpaper.png" config/icon="res://icon.png"