Skip to content

Commit 1652b51

Browse files
committedSep 6, 2023
Perform minimally viable conversion to Godot 4.1.1
1 parent cca8175 commit 1652b51

File tree

288 files changed

+12994
-9028
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

288 files changed

+12994
-9028
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Godot-specific ignores
22
.import/
3+
.godot/
34
export.cfg
45
export_presets.cfg
56
*.pck

‎.gut_editor_config.json

+16-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
{
22
"background_color": "ff262626",
3+
"compact_mode": false,
34
"config_file": "res://.gutconfig.json",
45
"dirs": [
56
"res://test/unit",
67
"res://test/integration/runtime",
78
"res://test/integration/player"
89
],
910
"disable_colors": false,
10-
"double_strategy": "partial",
11+
"double_strategy": 1,
12+
"errors_do_not_cause_failure": false,
1113
"font_color": "ffcccccc",
1214
"font_name": "AnonymousPro",
1315
"font_size": 30,
16+
"gut_on_top": true,
1417
"hide_orphans": false,
1518
"ignore_pause": false,
1619
"include_subdirs": false,
@@ -19,6 +22,17 @@
1922
"junit_xml_timestamp": false,
2023
"log_level": 1,
2124
"opacity": 100,
25+
"paint_after": 0.1,
26+
"panel_options": {
27+
"font_name": "CourierPrime",
28+
"font_size": 30,
29+
"hide_output_text": false,
30+
"hide_result_tree": false,
31+
"hide_settings": false,
32+
"output_font_name": "CourierPrime",
33+
"output_font_size": 30,
34+
"use_colors": false
35+
},
2236
"post_run_script": "",
2337
"pre_run_script": "",
2438
"prefix": "test_",
@@ -28,8 +42,6 @@
2842
"should_maximize": false,
2943
"show_help": false,
3044
"suffix": ".gd",
31-
"tests": [
32-
33-
],
45+
"tests": [],
3446
"unit_test_name": null
3547
}

0 commit comments

Comments
 (0)