My game uses 2D sprites with their center property disabled for pixel scaling on different monitor resolutions.
I added a sprite scaling effect using a tween, but it scales from the sprite's top left corner since it is not centered. Is there a way to keep the sprite non-centered but to scale it from its actual center?