Laguna1989/JamTemplateCpp

Drawable Offset enum

Closed this issue · 1 comments

Introduce a drawable offset enum (can also be used for origin)

  • TopLeft
  • Center
  • Manual

Manual does exactly what the current behavior is doing. TopLeft becomes the new default. Center sets the offset/origin to the center of the drawable, allowing for easier resize/rotate.

closed with #227