diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-10-02 14:35:24 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-10-02 14:35:24 +0000 |
commit | 2dc735ad220ad37bae4ff7a911de0eb20aee2780 (patch) | |
tree | 659691400fb7a95eed068a05035e1ca2300e0d09 | |
parent | aaaa59f373fb7a7b7700b3e7c743bda25a6fb522 (diff) | |
download | clientdata-2dc735ad220ad37bae4ff7a911de0eb20aee2780.tar.gz clientdata-2dc735ad220ad37bae4ff7a911de0eb20aee2780.tar.bz2 clientdata-2dc735ad220ad37bae4ff7a911de0eb20aee2780.tar.xz clientdata-2dc735ad220ad37bae4ff7a911de0eb20aee2780.zip |
Added name property to tulimshar map as an example for map names shown in the minimap window.
-rw-r--r-- | maps/new_3-1.tmx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/maps/new_3-1.tmx b/maps/new_3-1.tmx index 6882fe70..e626aa6a 100644 --- a/maps/new_3-1.tmx +++ b/maps/new_3-1.tmx @@ -4,6 +4,7 @@ <properties> <property name="minimap" value="graphics/images/minimap_new_3-1.png"/> <property name="music" value="Faith.ogg"/> + <property name="name" value="Tulimshar"/> </properties> <tileset name="Desert1" firstgid="1" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/desert1.png"/> |