keys are displayed on the screen, they can be "collected" via a scripting function
authorMarek Moeckel <wansti@gmx.de>
Sun, 25 Sep 2005 16:49:21 +0000 (16:49 +0000)
committerMarek Moeckel <wansti@gmx.de>
Sun, 25 Sep 2005 16:49:21 +0000 (16:49 +0000)
commitb72c5d178e4cc95130735d8bf8716513c7cc28e1
tree961136b6eb967c236a91db7510d2281a8371eee6
parent1be5252decc7e06a5c73137ac21f8e8be25d211f
keys are displayed on the screen, they can be "collected" via a scripting function

SVN-Revision: 2783
29 files changed:
data/images/objects/keys/display_brass.png [new file with mode: 0644]
data/images/objects/keys/display_bronze.png [new file with mode: 0644]
data/images/objects/keys/display_gold.png [new file with mode: 0644]
data/images/objects/keys/display_iron.png [new file with mode: 0644]
data/images/objects/keys/display_silver.png [new file with mode: 0644]
data/images/objects/keys/key_brass.png
data/images/objects/keys/key_bronze.png [new file with mode: 0644]
data/images/objects/keys/key_iron.png [new file with mode: 0644]
data/images/objects/keys/outline_brass.png [new file with mode: 0644]
data/images/objects/keys/outline_bronze.png [new file with mode: 0644]
data/images/objects/keys/outline_gold.png [new file with mode: 0644]
data/images/objects/keys/outline_iron.png [new file with mode: 0644]
data/images/objects/keys/outline_silver.png [new file with mode: 0644]
data/images/sprites.strf
data/levels/world2/level2.stl
src/game_session.cpp
src/object/player.hpp
src/player_status.cpp
src/player_status.hpp
src/resources.cpp
src/scripting/functions.cpp
src/scripting/functions.hpp
src/scripting/player.hpp
src/scripting/script_interpreter.cpp
src/scripting/sound.cpp
src/scripting/wrapper.cpp
src/sector.cpp
src/title.cpp
src/worldmap.cpp