mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-24 10:20:24 +01:00
Automatic editor updates
This commit is contained in:
parent
ec64136d84
commit
237a456f99
1 changed files with 4 additions and 22 deletions
|
@ -8,28 +8,6 @@
|
|||
|
||||
config_version=5
|
||||
|
||||
_global_script_classes=[{
|
||||
"base": "RefCounted",
|
||||
"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": "",
|
||||
"GutStringUtils": "",
|
||||
"GutTest": ""
|
||||
}
|
||||
|
||||
[application]
|
||||
|
||||
config/name="GodotXterm"
|
||||
|
@ -41,6 +19,10 @@ config/icon="res://docs/media/icon.png"
|
|||
|
||||
window/vsync/use_vsync=false
|
||||
|
||||
[editor]
|
||||
|
||||
export/convert_text_resources_to_binary=true
|
||||
|
||||
[editor_plugins]
|
||||
|
||||
enabled=PackedStringArray("res://addons/godot_xterm/plugin.cfg")
|
||||
|
|
Loading…
Reference in a new issue