How to make sprite@2x works

Hi i am wondering how to make my sprite scale dynamic is there any tips out there?

Hi @pehzeming,

Sprites are based on image sheets (frames pulled from image sheets), so you need to learn how to handle @2x image sheets first. Once you do that, sprites will evolve naturally from that configuration.

Here’s a guide to get you started:

http://docs.coronalabs.com/guide/media/imageSheets/index.html

Brent

Hi @pehzeming,

Sprites are based on image sheets (frames pulled from image sheets), so you need to learn how to handle @2x image sheets first. Once you do that, sprites will evolve naturally from that configuration.

Here’s a guide to get you started:

http://docs.coronalabs.com/guide/media/imageSheets/index.html

Brent