Candle can now be turned on and off via squirrel scripting
authorChristoph Sommer <mail@christoph-sommer.de>
Fri, 2 Jun 2006 23:46:39 +0000 (23:46 +0000)
committerChristoph Sommer <mail@christoph-sommer.de>
Fri, 2 Jun 2006 23:46:39 +0000 (23:46 +0000)
commit24e5b19904a9b115a92e933bd62748ff5c198613
tree4aac7f48742921ec45706985b88f4509448fd2c7
parent8dcff58b4b14993112a3fab5a87aaf53e96fd158
Candle can now be turned on and off via squirrel scripting

SVN-Revision: 3627
data/images/objects/candle/candle.sprite
data/images/objects/candle/off.png [new file with mode: 0644]
data/levels/test/candle.stl [new file with mode: 0644]
src/object/candle.cpp
src/object/candle.hpp
src/scripting/candle.cpp [new file with mode: 0644]
src/scripting/candle.hpp [new file with mode: 0644]
src/scripting/wrapper.cpp
src/scripting/wrapper.hpp
src/scripting/wrapper.interface.hpp