6 lines
92 B
GDScript
6 lines
92 B
GDScript
extends Label
|
|
|
|
|
|
|
|
func _draw():
|
|
(get_parent() as Path2D).curve.sample_baked_with_rotation()
|