This commit is contained in:
teebarjunk 2021-10-11 17:01:39 -04:00
parent 7cdee02259
commit 8b5ce6a712
2 changed files with 6 additions and 1 deletions

View File

@ -21,4 +21,5 @@ func _file_saved(_file_path:String):
func _redraw():
var tab = editor.get_selected_tab()
tab.helper.generate_meta(tab, self)
if tab:
tab.helper.generate_meta(tab, self)

View File

@ -42,6 +42,10 @@ config/name="TextEdit"
run/main_scene="res://addons/text_editor/TextEditor.tscn"
config/icon="res://icon.png"
[editor_plugins]
enabled=PoolStringArray( "res://addons/text_editor/plugin.cfg" )
[physics]
common/enable_pause_aware_picking=true