; 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" } ] _global_script_class_icons={ "CommandParserTestBase": "", "GutHookScript": "", "GutTest": "" } [WAT] Test_Directory="res://Tests" Results_Directory="res://" Test_Metadata_Directory="res://" Tags=PoolStringArray( ) Cache_Tests=false Window_Size=Vector2( 1280, 720 ) Minimize_Window_When_Running_Tests=true Port=6008 Display=8 [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 theme/custom="res://Assets/Themes/Texty.tres" theme/custom_font="res://Assets/Fonts/VT323Font24.tres" [physics] common/enable_pause_aware_picking=true [rendering] environment/default_clear_color=Color( 0.607843, 0.309804, 0.588235, 1 ) environment/default_environment="res://default_env.tres"