@tool
extends Label
func _ready():
text = get_parent().name + ":"
func _get_configuration_warnings() -> PackedStringArray:
return []