summaryrefslogtreecommitdiff
path: root/src/simpleanimation.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-03-21Renamed Spriteset to ImageSet.Bjørn Lindeijer1-3/+1
2007-03-12Fixed some wrong comments and made the timing more accurate for simple ↵Philipp Sehmisch1-2/+2
animations with frames that change faster than they are updated.
2007-03-12Added a simple animation class that hosts a looping animation without the ↵Philipp Sehmisch1-0/+52
action and direction stuff from AnimatedSprite.