OSDN Git Service

added platformer example, not done yet, grrr collision detection
authorMario Zechner <contact@badlogicgames.com>
Thu, 21 Feb 2013 09:05:15 +0000 (10:05 +0100)
committerMario Zechner <contact@badlogicgames.com>
Thu, 21 Feb 2013 09:05:15 +0000 (10:05 +0100)
commit331eba41079a4b44050278a58aa240f3cd68c78c
treef6d0e04836b5fc52be36f59cca0f4e89f9eea886
parent89608c2fc036e33ec5262239482db141f3549d09
added platformer example, not done yet, grrr collision detection
14 files changed:
tests/gdx-tests-android/.classpath
tests/gdx-tests-android/assets/data/maps/tiled/isometric_grass_and_water.png [moved from tests/gdx-tests-android/assets/data/maps/isometric_grass_and_water.png with 100% similarity]
tests/gdx-tests-android/assets/data/maps/tiled/isometric_grass_and_water.tmx [moved from tests/gdx-tests-android/assets/data/maps/isometric_grass_and_water.tmx with 100% similarity]
tests/gdx-tests-android/assets/data/maps/tiled/super-koalio/koalio.png [new file with mode: 0755]
tests/gdx-tests-android/assets/data/maps/tiled/super-koalio/level1.tmx [new file with mode: 0755]
tests/gdx-tests-android/assets/data/maps/tiled/super-koalio/tileSet.png [new file with mode: 0755]
tests/gdx-tests-android/assets/data/maps/tiled/tiles.png [moved from tests/gdx-tests-android/assets/data/maps/tiles.png with 100% similarity]
tests/gdx-tests-android/assets/data/maps/tiled/tiles.tmx [moved from tests/gdx-tests-android/assets/data/maps/tiles.tmx with 100% similarity]
tests/gdx-tests-android/assets/data/maps/tiled/tiles.tsx [moved from tests/gdx-tests-android/assets/data/maps/tiles.tsx with 100% similarity]
tests/gdx-tests-lwjgl/src/com/badlogic/gdx/tests/lwjgl/LwjglDebugStarter.java
tests/gdx-tests/src/com/badlogic/gdx/tests/TiledMapAssetManagerTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/TiledMapDirectLoaderTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/bench/TiledMapBench.java
tests/gdx-tests/src/com/badlogic/gdx/tests/superkoalio/SuperKoalio.java [new file with mode: 0755]