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