Started making Tux a single sprite again. Still missing: FireTux, IceTux
authorChristoph Sommer <mail@christoph-sommer.de>
Sat, 19 Jan 2008 15:22:49 +0000 (15:22 +0000)
committerChristoph Sommer <mail@christoph-sommer.de>
Sat, 19 Jan 2008 15:22:49 +0000 (15:22 +0000)
commitaf79f0712f972a0730f8a0220f927b22d568a196
treec41f38a05e65ba069bbb1d4f8f979b2e401dad91
parentfc44b02949ad4dbf3eaefb9536601a031962319c
Started making Tux a single sprite again. Still missing: FireTux, IceTux

SVN-Revision: 5281
45 files changed:
data/images/creatures/tux/big/backflip-0.png [new file with mode: 0644]
data/images/creatures/tux/big/backflip-1.png [new file with mode: 0644]
data/images/creatures/tux/big/backflip-2.png [new file with mode: 0644]
data/images/creatures/tux/big/backflip-3.png [new file with mode: 0644]
data/images/creatures/tux/big/backflip-4.png [new file with mode: 0644]
data/images/creatures/tux/big/duck-0.png [new file with mode: 0644]
data/images/creatures/tux/big/idle-0.png [new file with mode: 0644]
data/images/creatures/tux/big/idle-1.png [new file with mode: 0644]
data/images/creatures/tux/big/jump-0.png [new file with mode: 0644]
data/images/creatures/tux/big/kick-0.png [new file with mode: 0644]
data/images/creatures/tux/big/skid-0.png [new file with mode: 0644]
data/images/creatures/tux/big/stand-0.png [new file with mode: 0644]
data/images/creatures/tux/big/walk-0.png [new file with mode: 0644]
data/images/creatures/tux/big/walk-1.png [new file with mode: 0644]
data/images/creatures/tux/big/walk-2.png [new file with mode: 0644]
data/images/creatures/tux/big/walk-3.png [new file with mode: 0644]
data/images/creatures/tux/big/walk-4.png [new file with mode: 0644]
data/images/creatures/tux/big/walk-5.png [new file with mode: 0644]
data/images/creatures/tux/small/gameover-0.png [new file with mode: 0644]
data/images/creatures/tux/small/gameover-1.png [new file with mode: 0644]
data/images/creatures/tux/small/grow-0.png [new file with mode: 0644]
data/images/creatures/tux/small/grow-1.png [new file with mode: 0644]
data/images/creatures/tux/small/grow-2.png [new file with mode: 0644]
data/images/creatures/tux/small/grow-3.png [new file with mode: 0644]
data/images/creatures/tux/small/grow-4.png [new file with mode: 0644]
data/images/creatures/tux/small/grow-5.png [new file with mode: 0644]
data/images/creatures/tux/small/grow-6.png [new file with mode: 0644]
data/images/creatures/tux/small/idle-0.png [new file with mode: 0644]
data/images/creatures/tux/small/idle-1.png [new file with mode: 0644]
data/images/creatures/tux/small/jump-0.png [new file with mode: 0644]
data/images/creatures/tux/small/kick-0.png [new file with mode: 0644]
data/images/creatures/tux/small/skid-0.png [new file with mode: 0644]
data/images/creatures/tux/small/stand-0.png [new file with mode: 0644]
data/images/creatures/tux/small/walk-0.png [new file with mode: 0644]
data/images/creatures/tux/small/walk-1.png [new file with mode: 0644]
data/images/creatures/tux/small/walk-2.png [new file with mode: 0644]
data/images/creatures/tux/small/walk-3.png [new file with mode: 0644]
data/images/creatures/tux/small/walk-4.png [new file with mode: 0644]
data/images/creatures/tux/small/walk-5.png [new file with mode: 0644]
data/images/creatures/tux/small/walk-6.png [new file with mode: 0644]
data/images/creatures/tux/small/walk-7.png [new file with mode: 0644]
data/images/creatures/tux/tux.sprite [new file with mode: 0644]
src/object/player.cpp
src/object/player.hpp
src/resources.cpp