From ae7b5a4d0627a1f944d59c3041b0bb0264d4e568 Mon Sep 17 00:00:00 2001 From: cel Date: Fri, 15 Jul 2022 22:07:01 +0100 Subject: create base project structure --- godot/project.godot | 1 - 1 file changed, 1 deletion(-) (limited to 'godot/project.godot') diff --git a/godot/project.godot b/godot/project.godot index 50f9a46..914091e 100644 --- a/godot/project.godot +++ b/godot/project.godot @@ -15,7 +15,6 @@ _global_script_class_icons={ [application] config/name="code-with-your-friends2022" -run/main_scene="res://scenes/Game.tscn" config/icon="res://assets/godot-ferris-32x32.png" [rendering] -- cgit