1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

pair symbols tool basic imp

This commit is contained in:
jonyrock
2014-04-27 14:34:37 +04:00
parent 02669e95a4
commit a5384bc07b
3 changed files with 169 additions and 5 deletions

View File

@@ -402,6 +402,7 @@ void EditorSettings::_load_defaults() {
set("text_editor/create_signal_callbacks",true);
set("text_editor/autosave_interval_seconds",60);
set("text_editor/font","");
set("text_editor/pair_symbols_tool", false);
hints["text_editor/font"]=PropertyInfo(Variant::STRING,"text_editor/font",PROPERTY_HINT_GLOBAL_FILE,"*.fnt");