mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 03:18:37 +08:00
Caret blinking is now enabled by default
This commit is contained in:
parent
8040359458
commit
0102c861da
@ -348,7 +348,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
|
||||
_initial_set("text_editor/files/autosave_interval_secs", 0);
|
||||
|
||||
_initial_set("text_editor/cursor/block_caret", false);
|
||||
_initial_set("text_editor/cursor/caret_blink", false);
|
||||
_initial_set("text_editor/cursor/caret_blink", true);
|
||||
_initial_set("text_editor/cursor/caret_blink_speed", 0.65);
|
||||
hints["text_editor/cursor/caret_blink_speed"] = PropertyInfo(Variant::REAL, "text_editor/cursor/caret_blink_speed", PROPERTY_HINT_RANGE, "0.1, 10, 0.1");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user