summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/gdx/boardgame/animations/DelayAnimation.java
AgeCommit message (Expand)AuthorFilesLines
2018-11-15Animation : add public default void draw(Batch) { }Jérémy Zurcher1-12/+1
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-16animation : get() -> obtain() (avoid clash with Collection.get())Jérémy Zurcher1-1/+1
2018-10-14animations : clean upJérémy Zurcher1-5/+31
2018-10-13add DelayAnimationJérémy Zurcher1-0/+26