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

5
plug.gd Normal file
View file

@ -0,0 +1,5 @@
extends "res://addons/gd-plug/plug.gd"
func _plugging():
plug("bitwes/Gut")