New BonusBlock content: 'coinrain'. Causes ten coins to rain down from the top of...
authorLMH <lmh.0013@gmail.com>
Thu, 11 Jul 2013 21:12:25 +0000 (11:12 -1000)
committerLMH <lmh.0013@gmail.com>
Thu, 11 Jul 2013 21:12:25 +0000 (11:12 -1000)
commit4ed4ca865c254883b9484de3125f7cb103243415
treedd0bf54a13cfec3739f03a730df8d1d995d01394
parente54fb8e8717ab803f27736bf0c5f8cef20537c6e
New BonusBlock content: 'coinrain'. Causes ten coins to rain down from the top of the sector. These coins are counted in level stats.
13 files changed:
data/images/engine/editor/heavy_coin.png [new file with mode: 0644]
data/images/engine/editor/path_coin.png [new file with mode: 0644]
data/images/objects/bonus_block/bonus-rain.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.hpp
src/object/coin_rain.cpp [new file with mode: 0644]
src/object/coin_rain.hpp [new file with mode: 0644]
src/supertux/level.cpp
src/supertux/object_factory.cpp