mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-23 11:15:32 +02:00
Update Gut for Godot 4
Copied from Gut repo godot_4 branch commit: ba19a4c1b6f88160641a67a39729144046c6391f
This commit is contained in:
parent
44f7e3801c
commit
b5d3c6c9a5
105 changed files with 8545 additions and 5750 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue