Reputation: 1562
Is there any possibility to create a single tile map that can be used for iPhone(Normal&Retina) and iPad.
If Can't what is the alternative?
Upvotes: 0
Views: 1344
Reputation: 3278
I also encountered this dilemma, and after a night of finding solutions, this is what I've found out.
You only need ONE .tmx file, and it should just be for the non-iphone resolution.
If you'd like to support all iOS devices, you'd have something like this in your Xcode Project:
Upvotes: 2