mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-05 12:44:24 +02:00
Add GUT (CLI only) and remove gd-plug
Commit GUT directly to the git repo and remove gd-plug as it is no longer required to install GUT. Modify GUT to be used by command-line only. For example: ``` cp test/.gutconfig.ci.json .gutconfig.json godot --no-window -s addons/gut/gut_cmdln.gd ```
This commit is contained in:
parent
b14ea64492
commit
d784b53e25
52 changed files with 11394 additions and 1174 deletions
|
@ -8,6 +8,22 @@
|
|||
|
||||
config_version=4
|
||||
|
||||
_global_script_classes=[ {
|
||||
"base": "Reference",
|
||||
"class": "GutHookScript",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/gut/hook_script.gd"
|
||||
}, {
|
||||
"base": "Node",
|
||||
"class": "GutTest",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/gut/test.gd"
|
||||
} ]
|
||||
_global_script_class_icons={
|
||||
"GutHookScript": "",
|
||||
"GutTest": ""
|
||||
}
|
||||
|
||||
[application]
|
||||
|
||||
config/name="Godot Xterm"
|
||||
|
@ -20,7 +36,7 @@ window/vsync/use_vsync=false
|
|||
|
||||
[editor_plugins]
|
||||
|
||||
enabled=PoolStringArray( "godot_xterm", "gut" )
|
||||
enabled=PoolStringArray( "res://addons/godot_xterm/plugin.cfg" )
|
||||
|
||||
[rendering]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue