diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-10-24 13:43:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-10-24 13:43:17 -0300 |
commit | c24d0d417daea901931f9aa93ffca60bf739e082 (patch) | |
tree | c9a9e852312b23e5fa96d17cfb0f0ffce1435f7a /maps | |
parent | 14ab90d98d210b10e85731a34d9b2be1ba6e9dba (diff) | |
download | clientdata-c24d0d417daea901931f9aa93ffca60bf739e082.tar.gz clientdata-c24d0d417daea901931f9aa93ffca60bf739e082.tar.bz2 clientdata-c24d0d417daea901931f9aa93ffca60bf739e082.tar.xz clientdata-c24d0d417daea901931f9aa93ffca60bf739e082.zip |
Fix mapping bugs
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"> |