diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-11-11 13:50:49 -0700 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-11-11 13:53:44 -0700 |
commit | fcdddd96ae1bf78522744a5ba923fc02810b5d0e (patch) | |
tree | 6af65fc4f4857d0d751d00869999211225c66e99 | |
parent | a3c30f42c7397ae8f67a50dad055e72b34f0b1ac (diff) | |
download | clientdata-fcdddd96ae1bf78522744a5ba923fc02810b5d0e.tar.gz clientdata-fcdddd96ae1bf78522744a5ba923fc02810b5d0e.tar.bz2 clientdata-fcdddd96ae1bf78522744a5ba923fc02810b5d0e.tar.xz clientdata-fcdddd96ae1bf78522744a5ba923fc02810b5d0e.zip |
Add a name to map 015-3
-rw-r--r-- | maps/015-3.tmx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/maps/015-3.tmx b/maps/015-3.tmx index 25c4c3b9..c66282b9 100644 --- a/maps/015-3.tmx +++ b/maps/015-3.tmx @@ -1,6 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd"> <map version="1.0" orientation="orthogonal" width="64" height="64" tilewidth="32" tileheight="32"> + <properties> + <property name="name" value="Cave"/> + </properties> <tileset name="cave" firstgid="1" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/cave.png"/> </tileset> |