diff --git a/project.godot b/project.godot index 05aae4b..6fce8ab 100644 --- a/project.godot +++ b/project.godot @@ -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")