Quote Originally Posted by Relfos View Post
I guess the way the input works is really strange, actually it is not about swipes, but you touch the character and the drag the screen around in the direction you want to move.
Thanks. Dragging works really well, but I honestly I couldn't tell before your post that you needed to drag.


Quote Originally Posted by Relfos View Post
Also could you tell me about Retina support? I have heard that term before, but I don't really know how that works.
iPhone 3GS and higher (also corresponding iPod devices) have a resolution of 960x640 pixels instead of 480x320 pixels. (Well, the way its handled internally is that the resolution is the same, Apple just introduced a scale parameter which is set to 2.0 on Retina devices and 1.0 on older devices. That way the application can be designed for both Retina and older devices and higher resolution textures can be loaded on Retina devices.)
Apps which don't support the higher resolution are just simply scaled and look a bit washed-out.