Implemented Tux growing animation.
authorRicardo Cruz <rick2@aeiou.pt>
Thu, 27 May 2004 17:01:28 +0000 (17:01 +0000)
committerRicardo Cruz <rick2@aeiou.pt>
Thu, 27 May 2004 17:01:28 +0000 (17:01 +0000)
commit73d5a49c30eea598c9d3c06b69dbbbcd0d315dd1
treee05e918c8945298bd6424b964c7795abdc9724f3
parentcedf83a08d307bdb4b6913aa46b2e4deed22c480
Implemented Tux growing animation.
Bug: since the Sprite does not respect the frames order, it may not animate correctly. I think the best fix is to make Player object to take care of that using Surfaces.

SVN-Revision: 1341
src/gameloop.cpp
src/player.cpp
src/player.h
src/resources.cpp
src/special.cpp
src/sprite.h
src/world.cpp