6 lines
68 B
GDScript
6 lines
68 B
GDScript
@tool
|
|
extends Label
|
|
|
|
func _ready():
|
|
text = get_parent().name + ":"
|