diff options
Diffstat (limited to 'maps')
-rw-r--r-- | maps/000-0.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/000-0.tmx b/maps/000-0.tmx index 86fa8bc..4835fe2 100644 --- a/maps/000-0.tmx +++ b/maps/000-0.tmx @@ -21,10 +21,10 @@ <image source="../graphics/tilesets/collision.png" width="96" height="96"/> </tileset> <tileset firstgid="10" name="ukarWalls" tilewidth="32" tileheight="32" tilecount="256" columns="16"> - <image source="../../../client-data/graphics/tilesets/ukarWalls.png" width="512" height="512"/> + <image source="../graphics/tilesets/ukarWalls.png" width="512" height="512"/> </tileset> <tileset firstgid="266" name="soccer_field" tilewidth="32" tileheight="32" tilecount="144" columns="16"> - <image source="../../../client-data/graphics/tilesets/soccer_field.png" width="512" height="288"/> + <image source="../graphics/tilesets/soccer_field.png" width="512" height="288"/> </tileset> <layer id="1" name="Ground" width="70" height="47"> <data encoding="csv"> |