diff --git a/.gitignore b/.gitignore index 549b672..86174da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # Godot 4+ specific ignores .godot/ /android/ -.log \ No newline at end of file +.log +/logs diff --git a/project.godot b/project.godot index 407a20a..808c9b7 100644 --- a/project.godot +++ b/project.godot @@ -22,6 +22,11 @@ XRToolsRumbleManager="*uid://by853dk86g1qw" NetworkManager="*res://Net/network_manager.gd" GlobalKeyEvents="*uid://c60unagog5oi1" +[debug] + +file_logging/enable_file_logging=true +file_logging/log_path="res://logs/godot.log" + [display] window/size/viewport_width=1800