summaryrefslogtreecommitdiff
path: root/project.godot
blob: 239d5ea386e1d921fe7366aed56a10e080695e87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
; 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/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"