summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/gdx/boardgame/Tile.java
AgeCommit message (Expand)AuthorFilesLines
2020-01-23Tile : add boolean overlaysEnabled(), void setOverlay(TextureAtlas)Jérémy Zurcher1-4/+17
2020-01-21Tile : add enableOverlay(int, Orientation)Jérémy Zurcher1-0/+8
2019-12-17core : implement drawDebug(ShapeRenderer)Jérémy Zurcher1-0/+8
2019-11-30remove string format, it's not available on gwtSimonIT1-1/+1
2018-10-18Tile : add overlays, implement DrawableJérémy Zurcher1-1/+27
2018-10-17add Tile with minimum featuresJérémy Zurcher1-0/+18