0

iPhone (Normal&Retina) と iPad で使用できる単一のタイル マップを作成する可能性はありますか。

できない場合、代替手段は何ですか?

4

2 に答える 2

2

私もこのジレンマに遭遇し、一晩解決策を見つけた後、これが私が見つけたものです.

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:

  • TileMap.tmx
  • TileAtlas.png
  • TileAtlas-hd.png
  • TileAtlas-ipadhd.png
  • TileMap-ipad.png (optional) <- if you haven't set the ipad suffix to "-hd"
于 2013-01-12T03:44:26.733 に答える
0

Tiledを見てください。ユニバーサル アプリを作成するときは、必要な最高解像度で (ベクター) アートを生成し、解像度が低いデバイスごとに同じアートワークを縮小することをお勧めします。

于 2012-12-10T03:50:03.973 に答える