Improved signal handling
This commit is contained in:
9
client/ui/debug/DebugLabelText.gd
Normal file
9
client/ui/debug/DebugLabelText.gd
Normal file
@ -0,0 +1,9 @@
|
||||
@tool
|
||||
extends Label
|
||||
|
||||
func _ready():
|
||||
text = get_parent().name + ":"
|
||||
|
||||
func _get_configuration_warnings():
|
||||
text = get_parent().name + ":"
|
||||
return []
|
Reference in New Issue
Block a user