diff options
author | Alige <gauvain.dauchy@free.fr> | 2017-08-31 18:55:02 +0400 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2017-08-31 18:55:02 +0400 |
commit | 5602e30b28bd84b784d6e4e82b161cf1d8e02997 (patch) | |
tree | 3d8fa401a5859a40e483af9efac2619bf434ca40 /graphics/tilesets | |
parent | 3b1c6516f233bad72f05d61a9f3b8061b7fbd97a (diff) | |
download | clientdata-5602e30b28bd84b784d6e4e82b161cf1d8e02997.tar.gz clientdata-5602e30b28bd84b784d6e4e82b161cf1d8e02997.tar.bz2 clientdata-5602e30b28bd84b784d6e4e82b161cf1d8e02997.tar.xz clientdata-5602e30b28bd84b784d6e4e82b161cf1d8e02997.zip |
Consistency of tileset names and authors.
Diffstat (limited to 'graphics/tilesets')
-rw-r--r-- | graphics/tilesets/artis-chimney-x3x4.png (renamed from graphics/tilesets/artis-chimney.png) | bin | 30804 -> 30804 bytes | |||
-rw-r--r-- | graphics/tilesets/artis-chimney-x3x4.tsx (renamed from graphics/tilesets/artis-chimney.tsx) | 4 | ||||
-rw-r--r-- | graphics/tilesets/artis-fountain-x3x2.tsx | 2 | ||||
-rw-r--r-- | graphics/tilesets/water-calm.tsx | 2 | ||||
-rw-r--r-- | graphics/tilesets/water-raging.tsx | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/graphics/tilesets/artis-chimney.png b/graphics/tilesets/artis-chimney-x3x4.png Binary files differindex e0d8dcc4..e0d8dcc4 100644 --- a/graphics/tilesets/artis-chimney.png +++ b/graphics/tilesets/artis-chimney-x3x4.png diff --git a/graphics/tilesets/artis-chimney.tsx b/graphics/tilesets/artis-chimney-x3x4.tsx index cc55696c..146b4536 100644 --- a/graphics/tilesets/artis-chimney.tsx +++ b/graphics/tilesets/artis-chimney-x3x4.tsx @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="Chimney" tilewidth="96" tileheight="128"> - <image source="artis-chimney.png" width="480" height="256"/> +<tileset name="Artis Chimney x3x4" tilewidth="96" tileheight="128"> + <image source="artis-chimney-x3x4.png" width="480" height="256"/> <tile id="0"> <properties> <property name="animation-delay0" value="12"/> diff --git a/graphics/tilesets/artis-fountain-x3x2.tsx b/graphics/tilesets/artis-fountain-x3x2.tsx index ccdf3399..1bc8bb07 100644 --- a/graphics/tilesets/artis-fountain-x3x2.tsx +++ b/graphics/tilesets/artis-fountain-x3x2.tsx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="Small Artis Fountain" tilewidth="96" tileheight="64"> +<tileset name="Artis Fountain x3x2" tilewidth="96" tileheight="64"> <image source="artis-fountain-x3x2.png" width="192" height="128"/> <tile id="0"> <properties> diff --git a/graphics/tilesets/water-calm.tsx b/graphics/tilesets/water-calm.tsx index d083ad2f..a8fc57f8 100644 --- a/graphics/tilesets/water-calm.tsx +++ b/graphics/tilesets/water-calm.tsx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?>
-<tileset name="Water" tilewidth="32" tileheight="32">
+<tileset name="Water (Calm)" tilewidth="32" tileheight="32">
<image source="water.png" width="480" height="352"/>
<tile id="120">
<properties>
diff --git a/graphics/tilesets/water-raging.tsx b/graphics/tilesets/water-raging.tsx index 333f7a7d..317ee3e0 100644 --- a/graphics/tilesets/water-raging.tsx +++ b/graphics/tilesets/water-raging.tsx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="Water" tilewidth="32" tileheight="32"> +<tileset name="Water (Raging)" tilewidth="32" tileheight="32"> <image source="water.png" width="480" height="352"/> <tile id="120"> <properties> |