diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-06-30 20:11:43 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-06-30 20:11:43 +0200 |
commit | 679133b4e290c210ebc741817ffc04cbb7de78b1 (patch) | |
tree | efb08cedf57cdd8da338a35ac855c51db1e66b02 /graphics/tilesets | |
parent | f69200fe535efc9f2f08aa7b5a47973bca447827 (diff) | |
download | clientdata-679133b4e290c210ebc741817ffc04cbb7de78b1.tar.gz clientdata-679133b4e290c210ebc741817ffc04cbb7de78b1.tar.bz2 clientdata-679133b4e290c210ebc741817ffc04cbb7de78b1.tar.xz clientdata-679133b4e290c210ebc741817ffc04cbb7de78b1.zip |
Renamed candle to candle-x1x2.
Diffstat (limited to 'graphics/tilesets')
-rw-r--r-- | graphics/tilesets/candle-x1x2.png (renamed from graphics/tilesets/candle.png) | bin | 10308 -> 10308 bytes | |||
-rw-r--r-- | graphics/tilesets/candle-x1x2.tsx (renamed from graphics/tilesets/candle.tsx) | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tilesets/candle.png b/graphics/tilesets/candle-x1x2.png Binary files differindex 42de30c9..42de30c9 100644 --- a/graphics/tilesets/candle.png +++ b/graphics/tilesets/candle-x1x2.png diff --git a/graphics/tilesets/candle.tsx b/graphics/tilesets/candle-x1x2.tsx index ea698e9c..6559fded 100644 --- a/graphics/tilesets/candle.tsx +++ b/graphics/tilesets/candle-x1x2.tsx @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="Candle" tilewidth="32" tileheight="64"> - <image source="candle.png" width="96" height="128"/> +<tileset name="Candle x1x2" tilewidth="32" tileheight="64"> + <image source="candle-x1x2.png" width="96" height="128"/> <tile id="0"> <properties> <property name="animation-delay0" value="13"/> |