New BonusBlock content: 'explode' - a coin explosion.
authorLMH <lmh.0013@gmail.com>
Sat, 13 Jul 2013 21:22:45 +0000 (11:22 -1000)
committerLMH <lmh.0013@gmail.com>
Sat, 13 Jul 2013 21:32:16 +0000 (11:32 -1000)
commit4f0d26aa598a1fd471f22767cedea4f179f8908b
treed3807c4a1caddaed545ffb212036034f433fd8c0
parentc0b1f81b0b036a91b06c964d4a47e956224b7cca
New BonusBlock content: 'explode' - a coin explosion.
Causes ten coins to be hurled through the air as an alternative to coin rain in covered areas such as cave levels.  These coins are included in the level stats.  Testable in test/bonusblock.stl.
data/images/objects/bonus_block/bonus-explode.png [new file with mode: 0644]
data/images/tiles.strf
data/levels/test/bonusblock.stl
src/object/bonus_block.cpp
src/object/bonus_block.hpp
src/object/coin.cpp
src/object/coin_explode.cpp [new file with mode: 0644]
src/object/coin_explode.hpp [new file with mode: 0644]
src/supertux/level.cpp
src/supertux/object_factory.cpp