; Engine configuration file. ; It's best edited using the editor UI and not directly, ; since the parameters that go here are not all obvious. ; ; Format: ; [section] ; section goes between [] ; param=value ; assign values to parameters config_version=4 _global_script_classes=[ { "base": "GutTest", "class": "CommandParserTestBase", "language": "GDScript", "path": "res://Tests/ComponentTests/ParserTests/CommandParserTestBase.gd" }, { "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" }, { "base": "Node", "class": "UiHelpers", "language": "GDScript", "path": "res://Tests/ui_helpers.gd" } ] _global_script_class_icons={ "CommandParserTestBase": "", "GutHookScript": "", "GutTest": "", "UiHelpers": "" } [application] config/name="Texty" run/main_scene="res://Scenes/Texty.tscn" config/icon="res://icon.png" [editor] script_templates_search_path="res://ScriptTemplates" [editor_plugins] enabled=PoolStringArray( "res://addons/ClassExporter/plugin.cfg", "res://addons/gut/plugin.cfg" ) [gui] theme/use_hidpi=true [locale] translations=PoolStringArray( "res://Assets/Translations/menus.de.translation", "res://Assets/Translations/menus.en.translation" ) [physics] common/enable_pause_aware_picking=true [rendering] environment/default_environment="res://default_env.tres"