How does one change the image point on the user media?
The image point for the user media is the top left corner. I need it in the middle, like with my sprites.
Google doesn't know how.
Thank you.
PS Are all my questions odd? This is the first software I've used where Google never has the answer.
there isn't an option to change the origin point for user media, so you will have to calculate the position yourself...
UserMedia - set position to (Sprite.X - UserMedia.Width/2, Sprite.Y - UserMedia.Height/2)
Develop games in your browser. Powerful, performant & highly capable.
Thank you