summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/gdx/boardgame/animations/BounceAnimation.java
AgeCommit message (Expand)AuthorFilesLines
2018-11-20BounceAnimation : use MathUtilsJérémy Zurcher1-3/+2
2018-11-15Animation : add public default void draw(Batch) { }Jérémy Zurcher1-6/+0
2018-11-15TimedAnimation : update(…) -> update(float delta), percent and elapsed are ...Jérémy Zurcher1-1/+1
2018-11-14TimedAnimation : add float elapsed parameter to update(…)Jérémy Zurcher1-1/+1
2018-10-18kill pieces subdirectory for nowJérémy Zurcher1-1/+1
2018-10-16animation : get() -> obtain() (avoid clash with Collection.get())Jérémy Zurcher1-1/+1
2018-10-14animations : clean upJérémy Zurcher1-14/+6
2018-10-11BounceAnimation : support optional rotation movementJérémy Zurcher1-4/+26
2018-10-11TimedAnimation : optimizeJérémy Zurcher1-2/+2
2018-10-09use pieces/PieceJérémy Zurcher1-9/+9
2018-10-08add animationsJérémy Zurcher1-0/+73