diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-23 20:28:32 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-23 20:28:32 +0200 |
commit | 03d408f1b69a7b25d4f1b81db274bf69010a490a (patch) | |
tree | 5835d6c157a14cae0ae9c06b14d1bdaaec22526f /client/project.godot | |
parent | 3885cbfae528608350804f704dba9c82fdbfd027 (diff) | |
download | hurrycurry-03d408f1b69a7b25d4f1b81db274bf69010a490a.tar hurrycurry-03d408f1b69a7b25d4f1b81db274bf69010a490a.tar.bz2 hurrycurry-03d408f1b69a7b25d4f1b81db274bf69010a490a.tar.zst |
fix most dependencies
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] |