Improved signal handling

This commit is contained in:
2024-02-06 15:51:48 +01:00
parent 4e5b908f05
commit 4ad50e75db
13 changed files with 65 additions and 32 deletions

View File

@ -0,0 +1,9 @@
@tool
extends Label
func _ready():
text = get_parent().name + ":"
func _get_configuration_warnings():
text = get_parent().name + ":"
return []