godot-xterm/plug.gd
Leroy Hopson 5a290e927a
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.
2021-07-03 01:58:58 +07:00

5 lines
79 B
GDScript

extends "res://addons/gd-plug/plug.gd"
func _plugging():
plug("bitwes/Gut")