[SPRITE] Resolution bug

Started by MatheuS, Nov 19, 2014, 08:53 PM

Previous topic - Next topic

MatheuS

I'm using sprites, but my resolution and larger than the other player, but for me it is usual for him is bad, somebody knows how to solve?
if( !sucess ) tryAgain();
Thanks to the VCMP community. It was the happiest period of my life.

Thijn

Relative positions are currently not implemented, but Stormeus is planning on adding them one day. One day...

The only thing you can currently do is use negative X and Y coordinates. -10 means it will position itself 10 pixels off the right. (You would need to add the width of the sprite in order to get the sprite to actually appear correctly.)