Help for config and retina issue

Hello, I am developing a game for both, iphone3 and retina display and my config is:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
-- config.lua
 
application =
{
  content =
  {
    fps = 60,
    width = 320,
    height = 480,
    scale = "zoomStretch",
    --scale = "Letterbox",
    --scale = "none",
    antialias = true,
 
    imageSuffix =
    {
      ["@2x"] = 2,
    },
  },
}
views:1682 update:2011/12/29 9:44:01
corona forums © 2003-2011