Spritesheet and retina support?

Is it possible to support the retina display using spritesheet?
I know it’s possible with imageRect, but I’d like to know if it’s possible with spritesheet too, since I like them better :stuck_out_tongue: [import]uid: 8486 topic_id: 2747 reply_id: 302747[/import]

To expand on his reply, you use the contentScaleX property to determine which resolution your running at and then load different spritesheets as appropriate. His code helps that process if you’re having trouble with it.

@djaramillo: The word you want is “temporary” not “temporal.” [import]uid: 12108 topic_id: 2747 reply_id: 33108[/import]

Yep sorry, English is not my native language.
:wink: [import]uid: 46260 topic_id: 2747 reply_id: 33113[/import]

I posted a temporary solution for this bug here:

http://developer.anscamobile.com/forum/2010/12/08/dynamic-retina-spritesheets-heres-how#comment-33087 [import]uid: 46260 topic_id: 2747 reply_id: 33091[/import]