[Resolved] screen resolution

Hi Friends,

I have develop one game in which if i run in simulator the graphics are properly arranged but when i install in phone they get distorted. can any one help me out with this problem??? I think this is due to screen resolution.

Hoping for your reply soon.

Regards
Varun [import]uid: 130269 topic_id: 24571 reply_id: 324571[/import]

This is not a feature request, please use appropriate forums. (I have moved it.)

How are things distorted? What is in your config.lua file? [import]uid: 52491 topic_id: 24571 reply_id: 99482[/import]

my config.lua file is :

application = {
content = {
width = 320,
height = 480,
scale = “letterbox”,
fps = 30,

–[[
imageSuffix = {
["@2x"] = 2,
}
–]]
}
} [import]uid: 130269 topic_id: 24571 reply_id: 99487[/import]

I can show you the distortion in snapshot but how can i upload the picture?? [import]uid: 130269 topic_id: 24571 reply_id: 99488[/import]

I upload my screenshots to my own webserver and then use an HTML img tag to include them in the post. If you don’t have a webserver, you could upload it to Flickr, Photobucket, Picasa or any other web based photo hosting solution then provide the link in your forum post.
[import]uid: 19626 topic_id: 24571 reply_id: 99508[/import]

Take a look at this blog post - http://blog.anscamobile.com/2012/03/developing-for-ipad-retina-display/

I think it may help :slight_smile: [import]uid: 52491 topic_id: 24571 reply_id: 99707[/import]

Hi Peach,

Thanks for the reply i think this might work…
Regards
Varun [import]uid: 130269 topic_id: 24571 reply_id: 99738[/import]

hi Peach,

Thanks for your help my all the problem in game got solved. Even my client also liked it. Thanks a lot.

Regards
Varun [import]uid: 130269 topic_id: 24571 reply_id: 100020[/import]

Really glad to hear that, congrats on your client liking it :slight_smile:

Marking as resolved. [import]uid: 52491 topic_id: 24571 reply_id: 100053[/import]