godot-xterm/plug.gd
Leroy Hopson b08d218a59
Run tests in CI environment
Currently tests only run on X11.64 platform.
But other platforms can be supported with a bit of effort.
Remove default bell sound as it does not play nicely with CI environment
that does not have sound card.
2021-07-18 23:05:17 +07:00

5 lines
134 B
GDScript

extends "res://addons/gd-plug/plug.gd"
func _plugging():
plug("bitwes/Gut", {commit = "5627110d9970c20949c1281a937e89d532f55341"})