Owl: Added initial code for an "Owl" badguy.
authorflorianf <florianf@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Sat, 6 Mar 2010 16:14:02 +0000 (16:14 +0000)
committerflorianf <florianf@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Sat, 6 Mar 2010 16:14:02 +0000 (16:14 +0000)
commit0123e0f9e48c60e3b11a8b4bd77cc9da6938606c
treef2f4af04b98854871070022729509c5d7bb2f4eb
parent41b6a91b6c4a58c1e825588b86e7ecbd460167f9
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.

git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6558 837edb03-e0f3-0310-88ca-d4d4e8b29345
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