diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-11 12:24:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-11 12:24:39 -0300 |
commit | 1eaa1a8c21fa0923799d84bc36be4b085b06f0ec (patch) | |
tree | e19dfe571e02ba848c2ced6cf26b165626af5d81 /graphics/tilesets | |
parent | 5cb4a3c9fb7db09ac074c927c736f243aa6754c2 (diff) | |
download | clientdata-1eaa1a8c21fa0923799d84bc36be4b085b06f0ec.tar.gz clientdata-1eaa1a8c21fa0923799d84bc36be4b085b06f0ec.tar.bz2 clientdata-1eaa1a8c21fa0923799d84bc36be4b085b06f0ec.tar.xz clientdata-1eaa1a8c21fa0923799d84bc36be4b085b06f0ec.zip |
Donate Dimond's Cove to LoF Village.
Diffstat (limited to 'graphics/tilesets')
-rw-r--r-- | graphics/tilesets/lof/garland.png | bin | 0 -> 28010 bytes | |||
-rw-r--r-- | graphics/tilesets/lof/garland.tsx | 4 | ||||
-rw-r--r-- | graphics/tilesets/pots_x2.tsx | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/graphics/tilesets/lof/garland.png b/graphics/tilesets/lof/garland.png Binary files differnew file mode 100644 index 00000000..fb5e744d --- /dev/null +++ b/graphics/tilesets/lof/garland.png diff --git a/graphics/tilesets/lof/garland.tsx b/graphics/tilesets/lof/garland.tsx new file mode 100644 index 00000000..5b6b2850 --- /dev/null +++ b/graphics/tilesets/lof/garland.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="garland" tilewidth="32" tileheight="32"> + <image source="garland.png" width="256" height="256"/> +</tileset> diff --git a/graphics/tilesets/pots_x2.tsx b/graphics/tilesets/pots_x2.tsx index cbd35ada..3be82629 100644 --- a/graphics/tilesets/pots_x2.tsx +++ b/graphics/tilesets/pots_x2.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <tileset name="pots_x2" tilewidth="32" tileheight="64"> - <image source="../graphics/tiles/pots_x2.png" width="512" height="64"/> + <image source="pots_x2.png" width="512" height="64"/> </tileset> |