OSDN Git Service

Add TideMapLoader
authorJustin Shapcott <support@mobidevelop.com>
Sun, 17 Feb 2013 21:58:14 +0000 (14:58 -0700)
committerJustin Shapcott <support@mobidevelop.com>
Sun, 17 Feb 2013 21:58:14 +0000 (14:58 -0700)
commitfcb7d4de2b5343815b0d6a15512b88c628acebb9
treec5cf856001b6faf6cdb3a63d3c97ac7d9f5553de
parent9923a4f2c8dba5a8a946658d43b6774a4269e746
Add TideMapLoader

In addition to adding the loader for tide maps, added tests for the loader
and modified some classes to accomodate the Tide loader.
gdx/src/com/badlogic/gdx/maps/tiled/TideMapLoader.java
gdx/src/com/badlogic/gdx/maps/tiled/renderers/OrthogonalTiledMapRenderer.java
tests/gdx-tests-android/assets/data/maps/tide/Map01.tide [new file with mode: 0644]
tests/gdx-tests-android/assets/data/maps/tide/TileSheets/Background01.png [new file with mode: 0644]
tests/gdx-tests-android/assets/data/maps/tide/TileSheets/Background02.png [new file with mode: 0644]
tests/gdx-tests-android/assets/data/maps/tide/TileSheets/Background03.png [new file with mode: 0644]
tests/gdx-tests-android/assets/data/maps/tide/TileSheets/TileSheet01.png [new file with mode: 0644]
tests/gdx-tests/src/com/badlogic/gdx/tests/TideMapAssetManagerTest.java [new file with mode: 0644]
tests/gdx-tests/src/com/badlogic/gdx/tests/TideMapDirectLoaderTest.java [new file with mode: 0644]
tests/gdx-tests/src/com/badlogic/gdx/tests/utils/GdxTests.java