Owl: Added initial code for an "Owl" badguy.
authorFlorian Forster <supertux@octo.it>
Sat, 6 Mar 2010 16:14:02 +0000 (16:14 +0000)
committerFlorian Forster <supertux@octo.it>
Sat, 6 Mar 2010 16:14:02 +0000 (16:14 +0000)
commit47acf215f3aee1626f1ad3227ef84a3e33f864e9
treef2f4af04b98854871070022729509c5d7bb2f4eb
parentc171b6f1355aaba3276342a403b816036bcb0aa8
Owl: Added initial code for an "Owl" badguy.

Graphics are based on a drawing by Grumbel. The badguy simply flies from right
to left for now.

SVN-Revision: 6558
data/images/creatures/owl/left-0.png [new file with mode: 0644]
data/images/creatures/owl/left-1.png [new file with mode: 0644]
data/images/creatures/owl/left-2.png [new file with mode: 0644]
data/images/creatures/owl/left-3.png [new file with mode: 0644]
data/images/creatures/owl/left-4.png [new file with mode: 0644]
data/images/creatures/owl/left-5.png [new file with mode: 0644]
data/images/creatures/owl/owl.sprite [new file with mode: 0644]
data/levels/test/owl.stl [new file with mode: 0644]
src/badguy/owl.cpp [new file with mode: 0644]
src/badguy/owl.hpp [new file with mode: 0644]
src/supertux/object_factory.cpp