Update Gut for Godot 4

Copied from Gut repo godot_4 branch commit:
ba19a4c1b6f88160641a67a39729144046c6391f
This commit is contained in:
Leroy Hopson 2023-01-08 08:26:17 +13:00
parent 44f7e3801c
commit b5d3c6c9a5
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
105 changed files with 8545 additions and 5750 deletions

View file

@ -13,9 +13,21 @@ _global_script_classes=[{
"class": &"GutHookScript",
"language": &"GDScript",
"path": "res://addons/gut/hook_script.gd"
}, {
"base": "RefCounted",
"class": &"GutStringUtils",
"language": &"GDScript",
"path": "res://addons/gut/strutils.gd"
}, {
"base": "Node",
"class": &"GutTest",
"language": &"GDScript",
"path": "res://addons/gut/test.gd"
}]
_global_script_class_icons={
"GutHookScript": ""
"GutHookScript": "",
"GutStringUtils": "",
"GutTest": ""
}
[application]