I get the graphic twice the size but i make the actor half the size and enable resolution independence, correct? Anything else I need to know to do this correctly? Thanks
kapser said: If I understood right, I think GameSalad will resize your actors to 1/2 if you enabled retina independence before adding the image.
For non retina displays yes. So if your image is 128x128 and your actor is 64x64 on screen GS will keep you 128x128 image for the retina display devices, and also export the image at 64x64 for the non retina display devices. Im not sure if GS just adds the "@2x" to the name of the 128x128 image when compiled such is how xcode handles the assets to be displayed when the app is launched on the device.
Comments
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
Im gonna have to test it out soon, but I wanted to make sure I was doing it all right