diff options
Diffstat (limited to 'client/project.godot')
-rw-r--r-- | client/project.godot | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/client/project.godot b/client/project.godot index 61b5fd34..6c0f62d3 100644 --- a/client/project.godot +++ b/client/project.godot @@ -11,17 +11,13 @@ config_version=5 [application] config/name="undercooked" -run/main_scene="res://scenes/socket_test.tscn" +run/main_scene="res://game.tscn" config/features=PackedStringArray("4.2", "Forward Plus") config/icon="res://icon.svg" [autoload] -Multiplayer="*res://scripts/multiplayer.gd" - -[gui] - -theme/custom="res://themes/menu.tres" +Multiplayer="*res://multiplayer.gd" [input] |