mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 12:50:25 +01:00
5a290e927a
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.
5 lines
79 B
GDScript
5 lines
79 B
GDScript
extends "res://addons/gd-plug/plug.gd"
|
|
|
|
|
|
func _plugging():
|
|
plug("bitwes/Gut")
|