diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-11-04 14:07:16 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-11-12 21:16:06 +0100 |
commit | a4aeb9e84d250fa1d295058bb10c5118b9eb7db2 (patch) | |
tree | be7d4ed23e39295074d78ea1b60c533a4a2f1541 /maps/020-3.tmx | |
parent | 841c3ea2cb25261056caf82f36fb74abb1e91ed8 (diff) | |
download | clientdata-a4aeb9e84d250fa1d295058bb10c5118b9eb7db2.tar.gz clientdata-a4aeb9e84d250fa1d295058bb10c5118b9eb7db2.tar.bz2 clientdata-a4aeb9e84d250fa1d295058bb10c5118b9eb7db2.tar.xz clientdata-a4aeb9e84d250fa1d295058bb10c5118b9eb7db2.zip |
Fix tileset references.
Diffstat (limited to 'maps/020-3.tmx')
-rw-r--r-- | maps/020-3.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/020-3.tmx b/maps/020-3.tmx index 696f80ff..f7f8f668 100644 --- a/maps/020-3.tmx +++ b/maps/020-3.tmx @@ -6,10 +6,10 @@ <property name="music" value="The Mana World - Snow Village.ogg"/> </properties> <tileset name="Untitled" firstgid="1" tilewidth="32" tileheight="32"> - <image source="../../../trunk/graphics/tiles/icecave.png"/> + <image source="../graphics/tiles/icecave.png"/> </tileset> <tileset name="Collision" firstgid="129" tilewidth="32" tileheight="32"> - <image source="../../../trunk/graphics/tiles/collision.png"/> + <image source="../graphics/tiles/collision.png"/> </tileset> <layer name="Ground" width="80" height="80"> <data encoding="base64" compression="gzip"> |