Fix incorrect function name.

This commit is contained in:
Nolan Darilek 2018-05-26 14:55:49 +00:00
parent d2ab34c4e5
commit 56fe64b890

View File

@ -1,7 +1,7 @@
tool tool
extends EditorPlugin extends EditorPlugin
func _focus_entered(): func _focused():
print("Focus entered.") print("Focus entered.")
func _gui_input(): func _gui_input():