diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-01-16 00:10:10 -0500 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-01-16 00:10:10 -0500 |
commit | b4bfc19788910e54c97efd74e329786ce3c9b5e2 (patch) | |
tree | ee92dac703e721f6efd2e5766ef6639a682c311e | |
parent | 50a9be14fcfccb4e9831a41259f3f3e71457e2ea (diff) | |
parent | 41a25327ddb4c4ef20c2f678ca12649044326053 (diff) | |
download | clientdata-b4bfc19788910e54c97efd74e329786ce3c9b5e2.tar.gz clientdata-b4bfc19788910e54c97efd74e329786ce3c9b5e2.tar.bz2 clientdata-b4bfc19788910e54c97efd74e329786ce3c9b5e2.tar.xz clientdata-b4bfc19788910e54c97efd74e329786ce3c9b5e2.zip |
Merge pull request #305 from wushin/046-3-minimap-fix
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"/> |