diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-06-30 22:35:28 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-06-30 22:35:28 +0200 |
commit | 99efef54b700d347d08ec031b384d13ad1e4d623 (patch) | |
tree | 2e3b4673afeb60f937924e83d12f1eb7cce9e3db | |
parent | 10ac448955447d019dd48f59b5e16a845c465473 (diff) | |
download | clientdata-99efef54b700d347d08ec031b384d13ad1e4d623.tar.gz clientdata-99efef54b700d347d08ec031b384d13ad1e4d623.tar.bz2 clientdata-99efef54b700d347d08ec031b384d13ad1e4d623.tar.xz clientdata-99efef54b700d347d08ec031b384d13ad1e4d623.zip |
Fixed the harbour tilesets names (-x?x?.png).
-rw-r--r-- | graphics/tilesets/artis-harbour-x4x2.png (renamed from graphics/tilesets/artis-harbour-x2-x4.png) | bin | 6259 -> 6259 bytes | |||
-rw-r--r-- | graphics/tilesets/artis-harbour-x4x6.png (renamed from graphics/tilesets/artis-harbour-x6-x4.png) | bin | 17979 -> 17979 bytes | |||
-rw-r--r-- | graphics/tilesets/artis-harbour-x6x4.png (renamed from graphics/tilesets/artis-harbour-x4-x6.png) | bin | 12864 -> 12864 bytes | |||
-rw-r--r-- | maps.xml | 6 | ||||
-rw-r--r-- | maps/001-1.tmx | 6 |
5 files changed, 6 insertions, 6 deletions
diff --git a/graphics/tilesets/artis-harbour-x2-x4.png b/graphics/tilesets/artis-harbour-x4x2.png Binary files differindex e92a15e4..e92a15e4 100644 --- a/graphics/tilesets/artis-harbour-x2-x4.png +++ b/graphics/tilesets/artis-harbour-x4x2.png diff --git a/graphics/tilesets/artis-harbour-x6-x4.png b/graphics/tilesets/artis-harbour-x4x6.png Binary files differindex 6c3bccf1..6c3bccf1 100644 --- a/graphics/tilesets/artis-harbour-x6-x4.png +++ b/graphics/tilesets/artis-harbour-x4x6.png diff --git a/graphics/tilesets/artis-harbour-x4-x6.png b/graphics/tilesets/artis-harbour-x6x4.png Binary files differindex c51d5a07..c51d5a07 100644 --- a/graphics/tilesets/artis-harbour-x4-x6.png +++ b/graphics/tilesets/artis-harbour-x6x4.png @@ -232,9 +232,9 @@ Copyright (C) 2012-2016 Evol Online --> <file name="graphics/tilesets/artis-fountain.png"/> <file name="graphics/tilesets/artis-fountain-x1x4.png"/> <file name="graphics/tilesets/accessory.png"/> - <file name="graphics/tilesets/artis-harbour-x2-x4.png"/> - <file name="graphics/tilesets/artis-harbour-x4-x6.png"/> - <file name="graphics/tilesets/artis-harbour-x6-x4.png"/> + <file name="graphics/tilesets/artis-harbour-x4x2.png"/> + <file name="graphics/tilesets/artis-harbour-x4x6.png"/> + <file name="graphics/tilesets/artis-harbour-x6x4.png"/> <file name="graphics/tilesets/artis-chimney.png"/> <file name="graphics/tilesets/artis-indoor-fringe.png"/> <file name="graphics/tilesets/artis-shadows.png"/> diff --git a/maps/001-1.tmx b/maps/001-1.tmx index 0f611e9f..d661d69d 100644 --- a/maps/001-1.tmx +++ b/maps/001-1.tmx @@ -83,13 +83,13 @@ </tileset> <tileset firstgid="2262" source="../graphics/tilesets/accessory.tsx"/> <tileset firstgid="2294" name="Harbour x4x2" tilewidth="128" tileheight="64" tilecount="2" columns="2"> - <image source="../graphics/tilesets/artis-harbour-x2-x4.png" width="256" height="64"/> + <image source="../graphics/tilesets/artis-harbour-x4x2.png" width="256" height="64"/> </tileset> <tileset firstgid="2296" name="Harbour x6x4" tilewidth="192" tileheight="128" tilecount="1" columns="1"> - <image source="../graphics/tilesets/artis-harbour-x4-x6.png" width="192" height="128"/> + <image source="../graphics/tilesets/artis-harbour-x6x4.png" width="192" height="128"/> </tileset> <tileset firstgid="2297" name="Harbour x4x6" tilewidth="128" tileheight="192" tilecount="2" columns="2"> - <image source="../graphics/tilesets/artis-harbour-x6-x4.png" width="256" height="192"/> + <image source="../graphics/tilesets/artis-harbour-x4x6.png" width="256" height="192"/> </tileset> <tileset firstgid="2299" source="../graphics/tilesets/artis-chimney.tsx"/> <tileset firstgid="2309" name="Indoor" tilewidth="32" tileheight="32" tilecount="256" columns="16"> |