Closed
Description
Currently, the label instance position is defined by x
and y
when the instance is created. Then the anchored_position
and anchor_point
setters can be used only after the instance is created.
I think it would be more intuitive if the anchor_point
and anchored_position
were considered as the "default" input parameters and that these parameters be made available when creating a label instance.