New BadGuy: GoldBomb - a bomb that throws a bunch of coins when exploding.
authorLMH <lmh.0013@gmail.com>
Tue, 16 Jul 2013 15:16:05 +0000 (05:16 -1000)
committerLMH <lmh.0013@gmail.com>
Tue, 16 Jul 2013 15:41:36 +0000 (05:41 -1000)
commit29ec866f6472779b2559f23f969b0317e348beb8
tree371e3e9524ab4a53c422052b2cac5f42766c246f
parentb9a95f9ce5940051dec5dd5bfb936ee7e0bd4565
New BadGuy: GoldBomb - a bomb that throws a bunch of coins when exploding.
Note: these coins are currently counted in level statistics.  Also goldbomb is not allowed to be dispensed at this time.
16 files changed:
data/images/creatures/gold_bomb/exploding-left-0.png [new file with mode: 0644]
data/images/creatures/gold_bomb/exploding-left-1.png [new file with mode: 0644]
data/images/creatures/gold_bomb/exploding-left-2.png [new file with mode: 0644]
data/images/creatures/gold_bomb/exploding-left-3.png [new file with mode: 0644]
data/images/creatures/gold_bomb/exploding-left-4.png [new file with mode: 0644]
data/images/creatures/gold_bomb/gold_bomb.sprite [new file with mode: 0644]
data/images/creatures/gold_bomb/iced-left.png [new file with mode: 0644]
data/images/creatures/gold_bomb/left-0.png [new file with mode: 0644]
data/images/creatures/gold_bomb/left-1.png [new file with mode: 0644]
data/images/creatures/gold_bomb/left-2.png [new file with mode: 0644]
src/badguy/bomb.cpp
src/badguy/dispenser.cpp
src/badguy/goldbomb.cpp [new file with mode: 0644]
src/badguy/goldbomb.hpp [new file with mode: 0644]
src/supertux/level.cpp
src/supertux/object_factory.cpp