Replace Gut with WAT

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.
This commit is contained in:
Leroy Hopson 2021-07-03 20:54:34 +07:00
parent 39702646dc
commit 115521f645
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
10 changed files with 165 additions and 162 deletions

View file

@ -2,4 +2,4 @@ extends "res://addons/gd-plug/plug.gd"
func _plugging():
plug("bitwes/Gut")
plug("AlexDarigan/WAT", {commit = "2136a1a440711bfdcc77ec8514d7590274bf6fb6"})