From 237a456f99e85495b2f0e8e671959d3194a3856e Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Thu, 26 Jan 2023 07:12:27 +1300 Subject: [PATCH] Automatic editor updates --- project.godot | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) 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")