summaryrefslogtreecommitdiff
path: root/project.godot
diff options
context:
space:
mode:
Diffstat (limited to 'project.godot')
-rw-r--r--project.godot60
1 files changed, 60 insertions, 0 deletions
diff --git a/project.godot b/project.godot
new file mode 100644
index 0000000..5ee4903
--- /dev/null
+++ b/project.godot
@@ -0,0 +1,60 @@
+; 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": "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={
+"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/gut/plugin.cfg" )
+
+[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"