From cdc2b9ea0bd97b982411ba4b6e03643937c105ad Mon Sep 17 00:00:00 2001 From: David Date: Sat, 16 Jul 2022 01:24:18 +0200 Subject: uuuhh --- godot/project.godot | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'godot/project.godot') diff --git a/godot/project.godot b/godot/project.godot index 914091e..a8f6586 100644 --- a/godot/project.godot +++ b/godot/project.godot @@ -8,15 +8,16 @@ config_version=4 -_global_script_classes=[ ] -_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" +[gdnative] + +singletons=[ ] + [rendering] environment/default_environment="res://default_env.tres" -- cgit