diff options
author | wushin <pasekei@gmail.com> | 2015-12-02 12:38:46 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2015-12-02 12:38:46 -0600 |
commit | 41a25327ddb4c4ef20c2f678ca12649044326053 (patch) | |
tree | ee92dac703e721f6efd2e5766ef6639a682c311e | |
parent | 50a9be14fcfccb4e9831a41259f3f3e71457e2ea (diff) | |
download | clientdata-41a25327ddb4c4ef20c2f678ca12649044326053.tar.gz clientdata-41a25327ddb4c4ef20c2f678ca12649044326053.tar.bz2 clientdata-41a25327ddb4c4ef20c2f678ca12649044326053.tar.xz clientdata-41a25327ddb4c4ef20c2f678ca12649044326053.zip |
Fix Name case in map
-rw-r--r-- | maps/046-3.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/046-3.tmx b/maps/046-3.tmx index 83373015..31a56678 100644 --- a/maps/046-3.tmx +++ b/maps/046-3.tmx @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <map version="1.0" orientation="orthogonal" renderorder="right-down" width="178" height="128" tilewidth="32" tileheight="32" nextobjectid="22"> <properties> - <property name="Name" value="Frosty Underground"/> + <property name="name" value="Frosty Underground"/> <property name="music" value="explorers-melody.ogg"/> </properties> <tileset firstgid="1" source="../tilesets/collision.tsx"/> |