added Christoph's sleepy spiky, created a plant badguy using Grumbel's plant.xcf...
authorStephen Groundwater <slacker@gluebox.com>
Tue, 14 Feb 2006 16:42:29 +0000 (16:42 +0000)
committerStephen Groundwater <slacker@gluebox.com>
Tue, 14 Feb 2006 16:42:29 +0000 (16:42 +0000)
commitcbbcc7dfbaca831dc4cbf714ff54b246135f7625
tree9024b398e8def3a594a293f5a8718d15857ec869
parent7e33bd90baf4b332262af90ca25adc52f60afd71
added Christoph's sleepy spiky, created a plant badguy using Grumbel's plant.xcf -still wip, added a sound for Mr.Tree -still WIP, changed the castle door level some, added Christoph to the credits

SVN-Revision: 3060
57 files changed:
AUTHORS
data/Jamfile
data/credits.txt
data/images/background/castledoor.jpg
data/images/creatures/mr_tree/small-left-0.png
data/images/creatures/mr_tree/small-left-1.png
data/images/creatures/mr_tree/small-left-2.png
data/images/creatures/mr_tree/small-left-3.png
data/images/creatures/mr_tree/small-left-4.png
data/images/creatures/mr_tree/small-left-5.png
data/images/creatures/nolok/jump-0.png
data/images/creatures/nolok/jump-1.png
data/images/creatures/nolok/nolok.sprite
data/images/creatures/nolok/walk-0.png
data/images/creatures/nolok/walk-1.png
data/images/creatures/nolok/walk-2.png
data/images/creatures/nolok/walk-3.png
data/images/creatures/plant/iced-left.png [new file with mode: 0644]
data/images/creatures/plant/left-0.png [new file with mode: 0644]
data/images/creatures/plant/left-1.png [new file with mode: 0644]
data/images/creatures/plant/left-2.png [new file with mode: 0644]
data/images/creatures/plant/plant-sleep.png [new file with mode: 0644]
data/images/creatures/plant/plant.png [new file with mode: 0644]
data/images/creatures/plant/plant.sprite [new file with mode: 0644]
data/images/creatures/plant/sleeping-left.png [new file with mode: 0644]
data/images/creatures/plant/waking-left-0.png [new file with mode: 0644]
data/images/creatures/plant/waking-left-1.png [new file with mode: 0644]
data/images/creatures/plant/waking-left-2.png [new file with mode: 0644]
data/images/creatures/sspiky/iced-left.png [new file with mode: 0644]
data/images/creatures/sspiky/left-0.png [new file with mode: 0644]
data/images/creatures/sspiky/left-1.png [new file with mode: 0644]
data/images/creatures/sspiky/left-2.png [new file with mode: 0644]
data/images/creatures/sspiky/sleeping-left.png [new file with mode: 0644]
data/images/creatures/sspiky/sspiky.sprite [new file with mode: 0644]
data/images/creatures/sspiky/waking-left-0.png [new file with mode: 0644]
data/images/creatures/sspiky/waking-left-1.png [new file with mode: 0644]
data/images/creatures/sspiky/waking-left-2.png [new file with mode: 0644]
data/images/objects/castledoor/castledoor.png
data/images/objects/castledoor/keyholes.png
data/images/objects/castledoor/torchflame.sprite [new file with mode: 0644]
data/images/objects/castledoor/torchflame.xcf [new file with mode: 0644]
data/images/objects/castledoor/torchflame1.png [new file with mode: 0644]
data/images/objects/castledoor/torchflame2.png [new file with mode: 0644]
data/images/objects/castledoor/torchflame3.png [new file with mode: 0644]
data/images/objects/castledoor/torchflame4.png [new file with mode: 0644]
data/images/objects/castledoor/torchflame5.png [new file with mode: 0644]
data/images/tiles/doodads/clover.png
data/levels/test/door_beta.stl [deleted file]
data/levels/world1/level2.stl
data/levels/world2/castledoor.stl
data/sounds/mr_tree.ogg [new file with mode: 0644]
data/sounds/mr_treehit.ogg [new file with mode: 0644]
src/badguy/mrtree.cpp
src/badguy/plant.cpp [new file with mode: 0644]
src/badguy/plant.hpp [new file with mode: 0644]
src/badguy/sspiky.cpp [new file with mode: 0644]
src/badguy/sspiky.hpp [new file with mode: 0644]