diff options
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 8 |
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 |