Short Fuse: Implemented the new minibomb from the Milestone 2 Design Document.
authorFlorian Forster <supertux@octo.it>
Tue, 2 Mar 2010 11:34:03 +0000 (11:34 +0000)
committerFlorian Forster <supertux@octo.it>
Tue, 2 Mar 2010 11:34:03 +0000 (11:34 +0000)
commit71ea91f6bf80d100535a0b79f004785d1d8db8b2
tree61187b5473c26ecb06ff70dfd7d32a0cf8fb92dc
parentbcef0c2aef6c8f4f85c87b8b6a25b93b69430c4c
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.

SVN-Revision: 6511
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