summaryrefslogtreecommitdiff
path: root/project.godot
diff options
context:
space:
mode:
authorjake <jake@jakes-mail.top>2023-02-24 20:38:00 -0500
committerjake <jake@jakes-mail.top>2023-02-24 20:38:00 -0500
commitfb3f5d13949b174f9381247e5e440a4fa819b6bf (patch)
tree6e21f70847e8eed2488ebb612483cb0c877bcf88 /project.godot
parent265b50e1de0345c88612a0a623954c00077cc592 (diff)
add ai movement based on 'points' gained/lostHEADmaster
Diffstat (limited to 'project.godot')
-rw-r--r--project.godot8
1 files changed, 8 insertions, 0 deletions
diff --git a/project.godot b/project.godot
index 91e12b7..af74602 100644
--- a/project.godot
+++ b/project.godot
@@ -34,6 +34,10 @@ window/stretch/aspect="expand"
singletons=[ "res://addons/godot-git-plugin/git_api.gdnlib" ]
+[global]
+
+limit=false
+
[input]
mouse1={
@@ -47,6 +51,10 @@ mouse2={
]
}
+[network]
+
+limits/debugger_stdout/max_chars_per_second=9999999999
+
[physics]
common/enable_pause_aware_picking=true