mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
115521f645
Gut was freezing on some integration tests. It was also entering an infinite loop after exiting (even after closing Godot and VSCode) which caused a `godot.log` file in app_userdata to keep growing until my hard drive was full.
5 lines
139 B
GDScript
5 lines
139 B
GDScript
extends "res://addons/gd-plug/plug.gd"
|
|
|
|
|
|
func _plugging():
|
|
plug("AlexDarigan/WAT", {commit = "2136a1a440711bfdcc77ec8514d7590274bf6fb6"})
|