Short Fuse: Implemented the new minibomb from the Milestone 2 Design Document.
authorflorianf <florianf@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Tue, 2 Mar 2010 11:34:03 +0000 (11:34 +0000)
committerflorianf <florianf@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Tue, 2 Mar 2010 11:34:03 +0000 (11:34 +0000)
commit1aebdec925e3e34bab28706f9cac90f90e4308f9
tree61187b5473c26ecb06ff70dfd7d32a0cf8fb92dc
parent0572873b72bc61f981a810ba0a3fcea31ae9f209
Short Fuse: Implemented the new minibomb from the Milestone 2 Design Document.

Short Fuse is a small version of Mr. Bomb, possibly his offspring. Like all
children, it runs around faster than his big relatives do but can't do any
harm.

Short Fuse will explode immediately on contact but without hurting anybody.
Instead, the explosion will throw Tux and other badguys about.

A short test level is included as well.

git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6511 837edb03-e0f3-0310-88ca-d4d4e8b29345
data/images/creatures/short_fuse/center.png [new file with mode: 0644]
data/images/creatures/short_fuse/left.png [new file with mode: 0644]
data/images/creatures/short_fuse/right.png [new file with mode: 0644]
data/images/creatures/short_fuse/short_fuse.sprite [new file with mode: 0644]
data/levels/test/short_fuse.stl [new file with mode: 0644]
src/badguy/short_fuse.cpp [new file with mode: 0644]
src/badguy/short_fuse.hpp [new file with mode: 0644]
src/supertux/object_factory.cpp