diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-04-03 21:00:49 +0200 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-04-03 21:00:49 +0200 |
commit | f670ab047c318092d4d654659ddb8651bb6191d7 (patch) | |
tree | b88f9bedef4249d7ae4c4870853d45ab42118967 /graphics/tilesets/arena.tsx | |
parent | f2011bae4cf9afbeffe028a7bdd95607076e0f4e (diff) | |
download | clientdata-f670ab047c318092d4d654659ddb8651bb6191d7.tar.gz clientdata-f670ab047c318092d4d654659ddb8651bb6191d7.tar.bz2 clientdata-f670ab047c318092d4d654659ddb8651bb6191d7.tar.xz clientdata-f670ab047c318092d4d654659ddb8651bb6191d7.zip |
add proper arena tsx
Diffstat (limited to 'graphics/tilesets/arena.tsx')
-rw-r--r-- | graphics/tilesets/arena.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tilesets/arena.tsx b/graphics/tilesets/arena.tsx index 5c15d46c..5b09c1b5 100644 --- a/graphics/tilesets/arena.tsx +++ b/graphics/tilesets/arena.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="arena" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/arena.png" width="512" height="512"/> +<tileset name="arena" tilewidth="32" tileheight="32" tilecount="256" columns="16"> + <image source="arena.png" width="512" height="512"/> </tileset> |