mirror of
https://github.com/lightsoutgames/godot-accessibility.git
synced 2024-11-12 16:45:56 +00:00
Fix incorrect function name.
This commit is contained in:
parent
d2ab34c4e5
commit
56fe64b890
|
@ -1,7 +1,7 @@
|
|||
tool
|
||||
extends EditorPlugin
|
||||
|
||||
func _focus_entered():
|
||||
func _focused():
|
||||
print("Focus entered.")
|
||||
|
||||
func _gui_input():
|
||||
|
|
Loading…
Reference in New Issue
Block a user