summaryrefslogtreecommitdiff
path: root/project.godot
diff options
context:
space:
mode:
authorAnson Bridges <bridges.anson@gmail.com>2025-08-15 23:04:40 -0700
committerAnson Bridges <bridges.anson@gmail.com>2025-08-15 23:04:40 -0700
commitf087c6a98b1da55525a6e3c1d7c82477f82eb5cd (patch)
tree0e2b517bedb3dd475c2b82a1b05800e5b7593854 /project.godot
parentd558a9add0e183219a7a9ff482807bdcd677e21a (diff)
Game Coordinator now mostly (~90%) functional
Diffstat (limited to 'project.godot')
-rw-r--r--project.godot6
1 files changed, 6 insertions, 0 deletions
diff --git a/project.godot b/project.godot
index 400300a..68af7ba 100644
--- a/project.godot
+++ b/project.godot
@@ -11,6 +11,7 @@ config_version=4
[application]
config/name="ATC"
+run/main_scene="res://network/GameCoordinatorTester.tscn"
boot_splash/show_image=false
config/icon="res://icon.png"
@@ -18,6 +19,11 @@ config/icon="res://icon.png"
Globals="*res://scripts/Globals.gd"
+[display]
+
+window/size/width=1600
+window/size/height=900
+
[gui]
common/drop_mouse_on_gui_input_disabled=true