Hi, I have a beginner's question about melonjs.
If I run '<any sprite object>.scale(2);', then the sprite will move a little to the upper left on the screen, and the sprite's appearance will be about four times as large.
The anchorPoint of the sprite is (0.5,0.5)(=default), so I think the sprite can't move, it just doubles the size of the sprite, but what's wrong with my code?
My environment is melonjs 8.0.1, browser is chrome, OS is macOS High sierra.
Thank you.