From 64c9f5c186b661e8cd8d2f891017b6f3a2b97f8e Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Sun, 22 May 2022 13:15:19 +0700 Subject: [PATCH] Disable GUT editor plugin Still use GUT command line for testing, e.g.: `godot --no-window -s addons/gut/gut_cmdln.gd` --- project.godot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.godot b/project.godot index 1be5023..e69866a 100644 --- a/project.godot +++ b/project.godot @@ -30,7 +30,7 @@ window/vsync/use_vsync=false [editor_plugins] -enabled=PoolStringArray( "godot_xterm", "gut" ) +enabled=PoolStringArray( "res://addons/godot_xterm/plugin.cfg" ) [rendering]