10 lines
148 B
GDScript3
Raw Normal View History

2024-02-06 14:51:48 +00:00
@tool
extends Label
func _ready():
text = get_parent().name + ":"
func _get_configuration_warnings():
text = get_parent().name + ":"
return []