forked from db0/godot-card-game-framework
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gut_editor_config.json
40 lines (39 loc) · 908 Bytes
/
.gut_editor_config.json
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
{
"background_color": "ff343434",
"config_file": "res://.gutconfig.json",
"dirs": [
"res://tests/unit",
"res://tests/integration"
],
"disable_colors": false,
"double_strategy": "partial",
"font_color": "ffc1bfce",
"font_name": "CourierPrime",
"font_size": 15,
"hide_orphans": false,
"ignore_pause": true,
"include_subdirs": false,
"inner_class": "TestModifyProperties",
"junit_xml_file": "",
"junit_xml_timestamp": false,
"log_level": 3,
"opacity": 70,
"post_run_script": "",
"pre_run_script": "",
"prefix": "test_",
"selected": "test_scripting_engine_tasks_modify_properties.gd",
"should_exit": false,
"should_exit_on_success": false,
"should_maximize": true,
"compact_mode": false,
"show_help": false,
"suffix": ".gd",
"tests": [
],
"unit_test_name": "test_modify_properties",
"gut_on_top": true,
"panel_options": {
"font_name": "CourierPrime",
"font_size": 30
}
}