diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-07 16:22:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-07 16:22:51 -0300 |
commit | e15803f0ff953fc2f858203e5ec1e5dcb6841746 (patch) | |
tree | c439ac807e03f934f6157928ecdf867db91db4c4 /graphics/tilesets/forest.tsx | |
parent | d0c50f0dd0b914e15303a917b6638cbe2d4b8dd0 (diff) | |
parent | 27ba3e7127bba5adfdb4e7ea5c8552d5e2d97be4 (diff) | |
download | clientdata-e15803f0ff953fc2f858203e5ec1e5dcb6841746.tar.gz clientdata-e15803f0ff953fc2f858203e5ec1e5dcb6841746.tar.bz2 clientdata-e15803f0ff953fc2f858203e5ec1e5dcb6841746.tar.xz clientdata-e15803f0ff953fc2f858203e5ec1e5dcb6841746.zip |
[skip ci] Merge branch 'master' into heroes_hold
Diffstat (limited to 'graphics/tilesets/forest.tsx')
-rw-r--r-- | graphics/tilesets/forest.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/tilesets/forest.tsx b/graphics/tilesets/forest.tsx index 91ad66f4..f9de1b24 100644 --- a/graphics/tilesets/forest.tsx +++ b/graphics/tilesets/forest.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <tileset name="forest" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/forest.png" width="608" height="672"/> + <image source="forest.png" width="608" height="672"/> </tileset> |