diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-11-12 01:12:02 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-11-12 21:16:06 +0100 |
commit | bf1f361ceed69a2ffd3742a6acfe6eab94e3097c (patch) | |
tree | bbba4a4d673422127e947bd0941c0bfd2e1bf9c7 /maps/003-1.tmx | |
parent | d1b72a01ecb09ba6cd8e458afdec66f8badff27a (diff) | |
download | clientdata-bf1f361ceed69a2ffd3742a6acfe6eab94e3097c.tar.gz clientdata-bf1f361ceed69a2ffd3742a6acfe6eab94e3097c.tar.bz2 clientdata-bf1f361ceed69a2ffd3742a6acfe6eab94e3097c.tar.xz clientdata-bf1f361ceed69a2ffd3742a6acfe6eab94e3097c.zip |
Commit more map property fixes, and some other stuff
Diffstat (limited to 'maps/003-1.tmx')
-rw-r--r-- | maps/003-1.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/003-1.tmx b/maps/003-1.tmx index d967137d..af7f5c8e 100644 --- a/maps/003-1.tmx +++ b/maps/003-1.tmx @@ -2,9 +2,9 @@ <!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd"> <map version="1.0" orientation="orthogonal" width="190" height="138" tilewidth="32" tileheight="32"> <properties> - <property name="minimap" value="graphics/minimaps/003-1"/> + <property name="minimap" value="graphics/minimaps/003-1.png"/> <property name="music" value="Faith.ogg"/> - <property name="name" value="Beach leading to woodlands"/> + <property name="name" value="Beach"/> </properties> <tileset name="Desert1" firstgid="1" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/desert1.png"/> |