mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-24 10:20:24 +01:00
Disable GUT editor plugin
Still use GUT command line for testing, e.g.: `godot --no-window -s addons/gut/gut_cmdln.gd`
This commit is contained in:
parent
3ec63ca1ac
commit
64c9f5c186
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue