diff options
| author | Juan Linietsky | 2017-11-26 15:13:35 -0300 |
|---|---|---|
| committer | GitHub | 2017-11-26 15:13:35 -0300 |
| commit | 22415e5a3168b3dee3cf95d0697ca548bf04d8bf (patch) | |
| tree | e84493b20284d7357d7bea3402f0349bdb06de51 /editor/editor_settings.cpp | |
| parent | 9cf44c1c53f03b67143e606ab3d56680d73ac2c9 (diff) | |
| parent | d0e09d84f085c5bffdd5ad06d335be20c246e954 (diff) | |
| download | godot-22415e5a3168b3dee3cf95d0697ca548bf04d8bf.tar.gz godot-22415e5a3168b3dee3cf95d0697ca548bf04d8bf.tar.zst godot-22415e5a3168b3dee3cf95d0697ca548bf04d8bf.zip | |
Diffstat (limited to 'editor/editor_settings.cpp')
| -rw-r--r-- | editor/editor_settings.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor_settings.cpp b/editor/editor_settings.cpp index 818f1b021..52672fff7 100644 --- a/editor/editor_settings.cpp +++ b/editor/editor_settings.cpp @@ -462,6 +462,8 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) { _initial_set("editors/animation/autorename_animation_tracks", true); _initial_set("editors/animation/confirm_insert_track", true); + _initial_set("editors/animation/onion_layers_past_color", Color(1, 0, 0)); + _initial_set("editors/animation/onion_layers_future_color", Color(0, 1, 0)); _initial_set("docks/property_editor/texture_preview_width", 48); _initial_set("docks/property_editor/auto_refresh_interval", 0.3); |
