mirror of
https://github.com/lightsoutgames/godot-accessibility.git
synced 2024-11-22 11:55:56 +00:00
Fix incorrect function name.
This commit is contained in:
parent
d2ab34c4e5
commit
56fe64b890
|
@ -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():
|
||||||
|
|
Loading…
Reference in New Issue
Block a user