OSDN Git Service

Add HexagonalTiledMapRenderer and associated test
authorJustin Shapcott <support@mobidevelop.com>
Sat, 27 Apr 2013 13:25:48 +0000 (06:25 -0700)
committerJustin Shapcott <support@mobidevelop.com>
Sat, 27 Apr 2013 13:25:48 +0000 (06:25 -0700)
commitbdcfa35e192d022bbf691b39678d5cc33e76db5d
tree97d511bc34e4b0e570aa8bd784f7d8351200ecd3
parent30024a16affda18949b08699a4d304852e1e1643
Add HexagonalTiledMapRenderer and associated test
gdx/src/com/badlogic/gdx/maps/tiled/renderers/HexagonalTiledMapRenderer.java [new file with mode: 0644]
tests/gdx-tests-android/assets/data/maps/tiled/hex/hexes.png [new file with mode: 0644]
tests/gdx-tests/src/com/badlogic/gdx/tests/HexagonalTiledMapTest.java [new file with mode: 0644]
tests/gdx-tests/src/com/badlogic/gdx/tests/utils/GdxTests.java