summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/gdx/boardgame/Orientation.java
AgeCommit message (Expand)AuthorFilesLines
2020-07-11Orientation : simplify fromR()Jérémy Zurcher1-10/+10
2020-06-01Tile : float x,y->cx,cy, add int x,yJérémy Zurcher1-1/+1
2020-01-22set units up, and reorder anglesJérémy Zurcher1-9/+13
2020-01-22Orientation : fix fromR(float)Jérémy Zurcher1-8/+8
2020-01-21Orientation : add Orientation opposite()Jérémy Zurcher1-0/+6
2018-10-17Orientation : add fromTiles(Tile, Tile)Jérémy Zurcher1-0/+7
2018-10-14Orientation : normalize 0° is facing EastJérémy Zurcher1-28/+28
2018-10-10add OrientationJérémy Zurcher1-0/+90