diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-11 12:37:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-11 12:37:55 -0300 |
commit | 0161ab3c8ddcb7229098c675c9970064bc147ce2 (patch) | |
tree | 2c1eae38b65b4e525db9929e8dfa605712365f1c /maps | |
parent | 1eaa1a8c21fa0923799d84bc36be4b085b06f0ec (diff) | |
download | clientdata-0161ab3c8ddcb7229098c675c9970064bc147ce2.tar.gz clientdata-0161ab3c8ddcb7229098c675c9970064bc147ce2.tar.bz2 clientdata-0161ab3c8ddcb7229098c675c9970064bc147ce2.tar.xz clientdata-0161ab3c8ddcb7229098c675c9970064bc147ce2.zip |
Clean up
Diffstat (limited to 'maps')
-rw-r--r-- | maps/012-1.tmx | 2 | ||||
-rw-r--r-- | maps/017-1.tmx | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/maps/012-1.tmx b/maps/012-1.tmx index d9dbd204..dd9fcec7 100644 --- a/maps/012-1.tmx +++ b/maps/012-1.tmx @@ -62,7 +62,7 @@ </tileset> <tileset firstgid="1758" source="../graphics/tilesets/ship-flags-x3x2.tsx"/> <tileset firstgid="1772" name="lof_woodland_village" tilewidth="32" tileheight="32" tilecount="256" columns="16"> - <image source="../graphics/tilesets/lof_woodland_village.png" width="512" height="512"/> + <image source="../graphics/tilesets/lof/woodland_village.png" width="512" height="512"/> </tileset> <tileset firstgid="2028" source="../graphics/tilesets/docks.tsx"/> <tileset firstgid="2188" name="Box" tilewidth="32" tileheight="32" tilecount="36" columns="6"> diff --git a/maps/017-1.tmx b/maps/017-1.tmx index 427320ef..d0e37592 100644 --- a/maps/017-1.tmx +++ b/maps/017-1.tmx @@ -51,11 +51,11 @@ <tileset firstgid="385" name="water (2)" tilewidth="32" tileheight="32" tilecount="240" columns="15"> <image source="../graphics/tilesets/water.png" width="480" height="512"/> </tileset> - <tileset firstgid="625" name="Woodland_village" tilewidth="32" tileheight="32" tilecount="256" columns="16"> - <image source="../graphics/tilesets/lof_woodland_village.png" width="512" height="512"/> + <tileset firstgid="625" name="LoF Woodland_village" tilewidth="32" tileheight="32" tilecount="256" columns="16"> + <image source="../graphics/tilesets/lof/woodland_village.png" width="512" height="512"/> </tileset> - <tileset firstgid="881" name="Woodland_village_x2" tilewidth="32" tileheight="32" tilecount="32" columns="16"> - <image source="../graphics/tilesets/lof_woodland_village_x2.png" width="512" height="64"/> + <tileset firstgid="881" name="LoF Woodland_village_x2" tilewidth="32" tileheight="32" tilecount="32" columns="16"> + <image source="../graphics/tilesets/lof/woodland_village_x2.png" width="512" height="64"/> </tileset> <tileset firstgid="913" name="tree-x3x4" tilewidth="32" tileheight="32" tilecount="120" columns="15"> <image source="../graphics/tilesets/tree-x3x4.png" width="480" height="256"/> |