mirror of
https://github.com/lightsoutgames/godot-accessibility.git
synced 2024-11-12 16:45:56 +00:00
Remove print_tree_pretty. This is documented but doesn't work for some reason.
This commit is contained in:
parent
c0825b3dc1
commit
9298549c0d
|
@ -9,7 +9,6 @@ func _gui_input():
|
|||
print("GUI input.")
|
||||
|
||||
func _init(node):
|
||||
node.print_tree_pretty()
|
||||
self.node = node
|
||||
self.node.connect("focus_entered", self, "_focused")
|
||||
self.node.connect("mouse_entered", self, "_focused")
|
||||
|
|
Loading…
Reference in New Issue
Block a user