Hi!
I'm trying to use the Tween behavior to animate sprites appearing from zero size to full size. Is there a way to set the image point used for the tween? At the moment the main image point of the sprites is in the top left corner (to help me position them easily in a grid) and this affects the tween behavior negatively.
Develop games in your browser. Powerful, performant & highly capable.
It would be a small change to position in the center of a grid instead of top left corner.
Instead of gridposition, just use gridposition+gridsize/2