summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/gdx/boardgame/animations/TimedAnimation.java
AgeCommit message (Expand)AuthorFilesLines
2018-11-19TimedAnimation : add comments about usage of begin()Jérémy Zurcher1-1/+4
2018-11-15TimedAnimation : update(…) -> update(float delta), percent and elapsed are ...Jérémy Zurcher1-5/+5
2018-11-14remove useless import statementsJérémy Zurcher1-2/+0
2018-11-14TimedAnimation : add float elapsed parameter to update(…)Jérémy Zurcher1-3/+6
2018-10-14animations : clean upJérémy Zurcher1-2/+2
2018-10-11TimedAnimation : optimizeJérémy Zurcher1-19/+17
2018-10-08add animationsJérémy Zurcher1-0/+49