]> git.localhorst.tv Git - l2e.git/commit
implemented map tile anmation
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 30 Jan 2013 11:24:27 +0000 (12:24 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 30 Jan 2013 11:24:27 +0000 (12:24 +0100)
commitd97b7038c28058a76e7214e0dce0394fd8b67cff
tree2a5ac58bb0489d418da7384d52d721359a815cd0
parent0911d263c10cca314305799d5b839ee9653cac0b
implemented map tile anmation

The number of frames can be set per tile via the 'frames' property (which
defaults to 1).
Frame time is currently 512ms, could still need a little tuning.

fixes #27
src/map/Area.cpp
src/map/Area.h
src/map/Map.cpp
src/map/Map.h
src/map/MapState.cpp
src/map/MapState.h
src/map/Tile.cpp
src/map/Tile.h