mirror of
https://github.com/lightsoutgames/godot-accessibility.git
synced 2025-02-18 22:55:56 +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):
|
func _init(node):
|
||||||
|
name = "Accessible for " + node.name
|
||||||
if node.is_in_group("accessible"):
|
if node.is_in_group("accessible"):
|
||||||
return
|
return
|
||||||
node.add_to_group("accessible")
|
node.add_to_group("accessible")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user