summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/gdx/boardgame/animations/MoveAnimation.java
AgeCommit message (Expand)AuthorFilesLines
2018-12-07MoveAnimation : add Sound supportJérémy Zurcher1-5/+19
2018-12-07MoveAnimation : fix notify, it is set by setNextMove()Jérémy Zurcher1-1/+0
2018-11-15Animation : add public default void draw(Batch) { }Jérémy Zurcher1-6/+0
2018-11-14remove useless import statementsJérémy Zurcher1-2/+0
2018-10-18MoveAnimation : notify on start and end of animationJérémy Zurcher1-3/+11
2018-10-18kill pieces subdirectory for nowJérémy Zurcher1-1/+1
2018-10-18MoveAnimation : code simplificationJérémy Zurcher1-4/+2
2018-10-18MoveAnimation : implement onTileChange(Piece, Path) callbackJérémy Zurcher1-2/+18
2018-10-17add MoveAnimationJérémy Zurcher1-0/+111