Add gd-plug and Gut addons

Fresh clones of this repo will need to install Gut using
gd-plug:
```
godot --no-window -s plug.gd install
```
Similar to how git submodules also need to be installed.
This commit is contained in:
Leroy Hopson 2021-07-02 23:54:36 +07:00
parent 3759d3a0b9
commit 5a290e927a
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
6 changed files with 986 additions and 3 deletions

View file

@ -20,7 +20,7 @@ window/vsync/use_vsync=false
[editor_plugins]
enabled=PoolStringArray( "res://addons/godot_xterm/plugin.cfg" )
enabled=PoolStringArray( "res://addons/godot_xterm/plugin.cfg", "res://addons/gut/plugin.cfg" )
[rendering]