Dimensions for iPhone 4S, 5 and iPad

Hello everyone, it's been a while since I don't post here.

I'm developing a simple game but I want to release it for iPhone and iPad. Although, I'm a little confused in the dimensions of my working area as the iPhone Landscape.

What are the width and height dimensions that I am working on the project? I placed an actor and saw that the size was like 570x320 px. Although I made a sprite that is 128x128 px, and when I use it it resizes to 64x64 px, this means that when it opens with the iPad it will be 128x128 px?

So when talking about images, I need to make them twice larger than of what I am working on the iPhone (like if I am working in 1140x640 px) and when talking about actor positions I have to place them as if I am working with dimensions of 570x320 px?

Please help.

Thanks in advance!

Comments

  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934
    it half sizes them because you have resolution independence checked. That is so you can support Rentia displays so yes in short. layout your scene as the physical size and double the actor size for all of your art.
  • davidsalomondavidsalomon Member Posts: 136
    it half sizes them because you have resolution independence checked. That is so you can support Rentia displays so yes in short. layout your scene as the physical size and double the actor size for all of your art.
    Thank you very much tenrdrmer! :)
  • RubiWorksRubiWorks Member Posts: 130
    Then in the retina display will be 128x128 px the actor and in a normal display 64x64 px? Sorry but i´m confused too. Thanks so much ;)
Sign In or Register to comment.