mirror of
https://github.com/lightsoutgames/godot-accessibility.git
synced 2024-11-24 21:05:57 +00:00
Assign a node name for easier debugging.
This commit is contained in:
parent
d6d9ff32e2
commit
535336eca5
|
@ -725,6 +725,7 @@ func editor_inspector_section_input(event):
|
|||
|
||||
|
||||
func _init(node):
|
||||
name = "Accessible for " + node.name
|
||||
if node.is_in_group("accessible"):
|
||||
return
|
||||
node.add_to_group("accessible")
|
||||
|
|
Loading…
Reference in New Issue
Block a user