-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy patheditor_settings-4.tres
201 lines (200 loc) · 11.6 KB
/
editor_settings-4.tres
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
[gd_resource type="EditorSettings" format=3]
[resource]
interface/editor/custom_display_scale = 1.32
interface/editor/main_font_size = 12
interface/editor/code_font_size = 18.0
interface/editor/main_font = "ABSOLUTE_PATH_TO_ YOUR_FONT/Ubuntu-R.ttf"
interface/editor/main_font_bold = "ABSOLUTE_PATH_TO_ YOUR_FONT/Ubuntu-B.ttf"
interface/editor/code_font = "ABSOLUTE_PATH_TO_ YOUR_FONT/CascadiaMono.ttf"
interface/theme/preset = "Custom"
interface/theme/icon_and_font_color = 2
interface/theme/base_color = Color(0.054902, 0.0627451, 0.0745098, 1)
interface/theme/accent_color = Color(0.388235, 0.478431, 0.996078, 1)
interface/theme/contrast = 0.3
interface/theme/corner_radius = 4
interface/theme/additional_spacing = 0.5
text_editor/theme/color_theme = "Custom"
text_editor/theme/highlighting/symbol_color = Color(1, 1, 1, 1)
text_editor/theme/highlighting/keyword_color = Color(0.356863, 0.521569, 1, 1)
text_editor/theme/highlighting/control_flow_keyword_color = Color(0.356863, 0.521569, 1, 1)
text_editor/theme/highlighting/base_type_color = Color(0.960784, 0.278431, 0.517647, 1)
text_editor/theme/highlighting/engine_type_color = Color(0.960784, 0.278431, 0.517647, 1)
text_editor/theme/highlighting/user_type_color = Color(0.858824, 0.898039, 0.929412, 1)
text_editor/theme/highlighting/comment_color = Color(0.207843, 0.243137, 0.290196, 1)
text_editor/theme/highlighting/string_color = Color(0.305882, 0.737255, 0.419608, 1)
text_editor/theme/highlighting/background_color = Color(0.054902, 0.0627451, 0.0745098, 1)
text_editor/theme/highlighting/completion_background_color = Color(0.168627, 0.160784, 0.2, 1)
text_editor/theme/highlighting/completion_selected_color = Color(0.207843, 0.243137, 0.290196, 1)
text_editor/theme/highlighting/completion_font_color = Color(0.858824, 0.898039, 0.929412, 1)
text_editor/theme/highlighting/text_color = Color(0.858824, 0.898039, 0.929412, 1)
text_editor/theme/highlighting/line_number_color = Color(0.207843, 0.243137, 0.290196, 1)
text_editor/theme/highlighting/safe_line_number_color = Color(0.207843, 0.243137, 0.290196, 1)
text_editor/theme/highlighting/caret_color = Color(0.858824, 0.898039, 0.929412, 1)
text_editor/theme/highlighting/brace_mismatch_color = Color(1, 0.270588, 0.329412, 1)
text_editor/theme/highlighting/function_color = Color(1, 1, 1, 1)
text_editor/theme/highlighting/member_variable_color = Color(1, 1, 1, 1)
text_editor/theme/highlighting/bookmark_color = Color(0.388235, 0.482353, 0.772549, 1)
text_editor/theme/highlighting/executing_line_color = Color(0.278431, 0.345098, 0.435294, 1)
text_editor/theme/highlighting/search_result_color = Color(0.305882, 0.737255, 0.419608, 1)
debugger/profiler_frame_history_size = 600
interface/editor/hide_console_window = true
interface/theme/use_graph_node_headers = true
interface/scene_tabs/show_extension = true
text_editor/highlighting/symbol_color = Color(1, 1, 1, 1)
text_editor/highlighting/keyword_color = Color(0.356863, 0.521569, 1, 1)
text_editor/highlighting/base_type_color = Color(0.960784, 0.278431, 0.517647, 1)
text_editor/highlighting/engine_type_color = Color(0.960784, 0.278431, 0.517647, 1)
text_editor/highlighting/user_type_color = Color(0.858824, 0.898039, 0.929412, 1)
text_editor/highlighting/comment_color = Color(0.207843, 0.243137, 0.290196, 1)
text_editor/highlighting/string_color = Color(0.305882, 0.737255, 0.419608, 1)
text_editor/highlighting/completion_selected_color = Color(0.207843, 0.243137, 0.290196, 1)
text_editor/highlighting/completion_existing_color = Color(0.262745, 0.772549, 0.898039, 1)
text_editor/highlighting/completion_font_color = Color(0.858824, 0.898039, 0.929412, 1)
text_editor/highlighting/text_color = Color(0.858824, 0.898039, 0.929412, 1)
text_editor/highlighting/line_number_color = Color(0.207843, 0.243137, 0.290196, 1)
text_editor/highlighting/safe_line_number_color = Color(0.360784, 0.411765, 0.478431, 1)
text_editor/highlighting/caret_color = Color(0.858824, 0.898039, 0.929412, 1)
text_editor/highlighting/brace_mismatch_color = Color(1, 0.270588, 0.329412, 1)
text_editor/highlighting/line_length_guideline_color = Color(0.301961, 0.501961, 0.8, 0.101961)
text_editor/highlighting/number_color = Color(0.929412, 0.611765, 0.313726, 1)
text_editor/highlighting/function_color = Color(1, 1, 1, 1)
text_editor/highlighting/member_variable_color = Color(1, 1, 1, 1)
text_editor/highlighting/bookmark_color = Color(0.388235, 0.482353, 0.772549, 1)
text_editor/highlighting/executing_line_color = Color(0.277491, 0.344485, 0.433811, 1)
text_editor/highlighting/search_result_color = Color(0.305882, 0.737255, 0.419608, 1)
text_editor/appearance/line_numbers_zero_padded = true
text_editor/tools/sort_members_outline_alphabetically = true
asset_library/use_threads = true
export/android/adb = ""
export/android/jarsigner = ""
export/android/debug_keystore = ""
export/android/debug_keystore_user = "androiddebugkey"
export/android/debug_keystore_pass = "android"
export/android/force_system_user = false
export/android/custom_build_sdk_path = ""
export/android/timestamping_authority_url = ""
export/android/shutdown_adb_on_exit = true
export/web/http_host = "localhost"
export/web/http_port = 8060
export/uwp/signtool = ""
export/uwp/debug_certificate = ""
export/uwp/debug_password = ""
export/uwp/debug_algorithm = 2
export/windows/rcedit = ""
export/windows/signtool = ""
interface/scene_tabs/always_show_close_button = false
interface/editor/show_update_spinner = true
interface/editor/update_continuously = false
interface/scene_tabs/restore_scenes_on_load = false
interface/inspector/capitalize_properties = true
interface/inspector/default_float_step = 0.001
interface/inspector/disable_folding = false
interface/inspector/auto_unfold_foreign_scenes = true
interface/inspector/horizontal_vector2_editing = false
interface/inspector/horizontal_vector_types_editing = true
interface/inspector/open_resources_in_current_inspector = true
interface/inspector/resources_to_open_in_new_inspector = "SpatialMaterial,Script,MeshLibrary,TileSet"
interface/inspector/default_color_picker_mode = 0
_default_feature_profile = ""
interface/editors/show_scene_tree_root_selection = true
interface/editors/derive_script_globals_by_name = true
_use_favorites_root_selection = false
filesystem/file_server/port = 6010
filesystem/file_server/password = ""
editors/3d/manipulator_gizmo_size = 80
editors/3d/manipulator_gizmo_opacity = 0.4
debugger/auto_switch_to_remote_scene_tree = false
debugger/remote_scene_tree_refresh_interval = 1.0
debugger/remote_inspect_refresh_interval = 0.2
debugger/profiler_frame_max_functions = 64
text_editor/files/auto_reload_scripts_on_external_change = true
text_editor/files/auto_reload_and_parse_scripts_on_save = true
text_editor/files/open_dominant_script_on_scene_change = true
text_editor/external/use_external_editor = false
text_editor/external/exec_path = ""
text_editor/script_list/script_temperature_enabled = true
text_editor/script_list/highlight_current_script = true
text_editor/script_list/script_temperature_history_size = 15
text_editor/script_list/current_script_background_color = Color(1, 1, 1, 0.3)
text_editor/script_list/group_help_pages = true
text_editor/script_list/sort_scripts_by = 0
text_editor/script_list/list_script_names_as = 0
text_editor/external/exec_flags = "{file}"
editors/grid_map/preview_size = 64
editors/tile_map/preview_size = 64
editors/tile_map/palette_item_hseparation = 8
editors/tile_map/show_tile_names = true
editors/tile_map/show_tile_ids = false
editors/tile_map/sort_tiles_by_name = true
editors/tile_map/bucket_fill_preview = true
editors/tile_map/editor_side = 1
editors/tile_map/palette_min_width = 80
editors/3d_gizmos/gizmo_colors/path = Color(0.5, 0.5, 1, 0.8)
editors/3d_gizmos/gizmo_colors/instanced = Color(0.7, 0.7, 0.7, 0.6)
editors/3d_gizmos/gizmo_colors/csg = Color(0, 0.4, 1, 0.15)
editors/grid_map/editor_side = 1
editors/grid_map/palette_min_width = 230
network/language_server/remote_port = 6008
network/language_server/enable_smart_resolve = true
network/language_server/show_native_symbols_in_editor = false
network/language_server/use_thread = false
editors/3d_gizmos/gizmo_colors/camera = Color(0.8, 0.4, 0.8, 1)
editors/3d_gizmos/gizmo_colors/stream_player_3d = Color(0.4, 0.8, 1, 1)
editors/3d_gizmos/gizmo_colors/skeleton = Color(1, 0.8, 0.4, 1)
editors/3d_gizmos/gizmo_colors/visibility_notifier = Color(0.8, 0.5, 0.7, 1)
editors/3d_gizmos/gizmo_colors/particles = Color(0.8, 0.7, 0.4, 1)
editors/3d_gizmos/gizmo_colors/reflection_probe = Color(0.6, 1, 0.5, 1)
editors/3d_gizmos/gizmo_colors/gi_probe = Color(0.5, 1, 0.6, 1)
editors/3d_gizmos/gizmo_colors/baked_indirect_light = Color(0.5, 0.6, 1, 1)
editors/3d_gizmos/gizmo_colors/navigation_edge = Color(0.5, 1, 1, 1)
editors/3d_gizmos/gizmo_colors/navigation_edge_disabled = Color(0.7, 0.7, 0.7, 1)
editors/3d_gizmos/gizmo_colors/navigation_solid = Color(0.5, 1, 1, 0.4)
editors/3d_gizmos/gizmo_colors/navigation_solid_disabled = Color(0.7, 0.7, 0.7, 0.4)
editors/3d_gizmos/gizmo_colors/joint_body_a = Color(0.6, 0.8, 1, 1)
editors/3d_gizmos/gizmo_colors/joint_body_b = Color(0.6, 0.9, 1, 1)
text_editor/highlighting/gdscript/function_definition_color = Color(1, 1, 1, 1)
text_editor/highlighting/gdscript/node_path_color = Color(0.27451, 0.788235, 0.6, 1)
text_editor/help/sort_functions_alphabetically = true
editors/3d/navigation/show_viewport_rotation_gizmo = true
asset_library/available_urls = {
"godotengine.org": "https://godotengine.org/asset-library/api",
"localhost": "http://127.0.0.1/asset-library/api"
}
export/android/one_click_deploy_clear_previous_install = false
export/web/use_ssl = false
export/web/ssl_key = ""
export/web/ssl_certificate = ""
export/macos/force_builtin_codesign = false
interface/editor/save_on_focus_loss = false
interface/editor/localize_settings = true
interface/inspector/default_property_name_style = 1
interface/inspector/default_color_picker_shape = 3
interface/editors/default_signal_callback_name = "_on_{node_name}_{signal_name}"
network/debug_adapter/remote_port = 6006
network/debug_adapter/request_timeout = 1000
network/debug_adapter/sync_breakpoints = false
text_editor/behavior/files/auto_reload_and_parse_scripts_on_save = true
text_editor/behavior/files/open_dominant_script_on_scene_change = true
editors/bone_mapper/handle_colors/unset = Color(0.3, 0.3, 0.3, 1)
editors/bone_mapper/handle_colors/set = Color(0.1, 0.6, 0.25, 1)
editors/bone_mapper/handle_colors/missing = Color(0.8, 0.2, 0.8, 1)
editors/bone_mapper/handle_colors/error = Color(0.8, 0.2, 0.2, 1)
editors/3d_gizmos/gizmo_colors/selected_bone = Color(0.8, 0.3, 0, 1)
editors/3d_gizmos/gizmo_settings/bone_axis_length = 0.1
editors/3d_gizmos/gizmo_settings/bone_shape = 1
network/language_server/remote_host = "127.0.0.1"
filesystem/import/blender/blender3_path = ""
filesystem/import/fbx/fbx2gltf_path = ""
editors/3d_gizmos/gizmo_colors/occluder = Color(0.8, 0.5, 1, 1)
editors/3d_gizmos/gizmo_colors/particle_attractor = Color(1, 0.7, 0.5, 1)
editors/3d_gizmos/gizmo_colors/particle_collision = Color(0.5, 0.7, 1, 1)
editors/3d_gizmos/gizmo_colors/decal = Color(0.6, 0.5, 1, 1)
editors/3d_gizmos/gizmo_colors/voxel_gi = Color(0.5, 1, 0.6, 1)
editors/3d_gizmos/gizmo_colors/lightmap_lines = Color(0.5, 0.6, 1, 1)
editors/3d_gizmos/gizmo_colors/lightprobe_lines = Color(0.5, 0.6, 1, 1)
editors/3d_gizmos/gizmo_colors/fog_volume = Color(0.5, 0.7, 1, 1)
text_editor/theme/highlighting/gdscript/function_definition_color = Color(1, 1, 1, 1)
text_editor/theme/highlighting/gdscript/node_path_color = Color(0.27451, 0.788235, 0.6, 1)
text_editor/theme/highlighting/gdscript/node_reference_color = Color(0.27451, 0.788235, 0.6, 1)
text_editor/theme/highlighting/gdscript/annotation_color = Color(0.960784, 0.278431, 0.517647, 1)
text_editor/theme/highlighting/gdscript/string_name_color = Color(1, 0.658824, 0.721569, 1)