diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-10 11:13:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-10 11:13:26 -0300 |
commit | 8c5de74b77032ecd206ab3c2f850a2a0f530fde7 (patch) | |
tree | 55ead57305ce00f33e1a6de021962b72bb890074 /graphics/tilesets/snow_village_x4.tsx | |
parent | f9d27cc04c66d7893468b9d851d590a9516a98c7 (diff) | |
download | clientdata-8c5de74b77032ecd206ab3c2f850a2a0f530fde7.tar.gz clientdata-8c5de74b77032ecd206ab3c2f850a2a0f530fde7.tar.bz2 clientdata-8c5de74b77032ecd206ab3c2f850a2a0f530fde7.tar.xz clientdata-8c5de74b77032ecd206ab3c2f850a2a0f530fde7.zip |
Fix some tilesets
Diffstat (limited to 'graphics/tilesets/snow_village_x4.tsx')
-rw-r--r-- | graphics/tilesets/snow_village_x4.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/tilesets/snow_village_x4.tsx b/graphics/tilesets/snow_village_x4.tsx index c326d56d..7708a685 100644 --- a/graphics/tilesets/snow_village_x4.tsx +++ b/graphics/tilesets/snow_village_x4.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <tileset name="snow_village_x4" tilewidth="32" tileheight="128"> - <image source="../graphics/tiles/snow_village_x4.png" width="320" height="128"/> + <image source="snow_village_x4.png" width="320" height="128"/> </tileset> |