Dear Graham,
First of all I would like to say I love the product and the features but I seem to be having an issue when building some of the demo projects and samples and one of my own examples on my iPhone. I seem to be getting these weird lines between the tiles.
Here is a screenshot of whats happening. I hope its clear for you to see. http://roedangames.net.au/wp-content/uploads/2011/06/IMG_0051.png
I have checked the following.
- The tiles are from the examples and are 32x32 in size
- I have built some of your samples / tutorials to see if it was just my code but same issue
- Have tried some different config files eg
application ={
content =
{
width = 320,
height = 480,
fps = 60,
scale = "letterbox",
},
}
and
application ={
content =
{
width = 320,
height = 480,
fps = 30,
antialias = true,
scale = "letterbox",
imageSuffix =
{
["@2x"] = 2,
},
},
}
I have tried setting scale to “none” but then the image is like 1/2 the size and center’d in the screen.
What could be causing this and how would I look at fixing this.
Edit: Just to be clear I cannot see the lines in the viewer just when the applications are build and tested on my iPhone4.
[import]uid: 40417 topic_id: 11846 reply_id: 311846[/import]