diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-25 20:38:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-25 20:38:38 -0300 |
commit | 876f85dd89f997f4af73143f411a3d1c3c4ed7fb (patch) | |
tree | 50bd5c1dafa59d37f0bfbc6fafa1e271abf7ce86 | |
parent | 9d8f42d85d780588b9498a0dda06aa5277224400 (diff) | |
download | clientdata-876f85dd89f997f4af73143f411a3d1c3c4ed7fb.tar.gz clientdata-876f85dd89f997f4af73143f411a3d1c3c4ed7fb.tar.bz2 clientdata-876f85dd89f997f4af73143f411a3d1c3c4ed7fb.tar.xz clientdata-876f85dd89f997f4af73143f411a3d1c3c4ed7fb.zip |
I almost forgot the treasure part >.>
-rw-r--r-- | maps/006-10.tmx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/maps/006-10.tmx b/maps/006-10.tmx index 9e047e892..d224b147a 100644 --- a/maps/006-10.tmx +++ b/maps/006-10.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="90" height="70" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="32"> +<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="90" height="70" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="35"> <properties> <property name="author" value="Jesusalva"/> <property name="background0image" value="graphics/images/ambient/aethyr.jpg"/> @@ -491,5 +491,7 @@ <property name="dest_y" value="27"/> </properties> </object> + <object id="32" name="#00610T1" type="treasure" x="1344" y="928" width="32" height="32"/> + <object id="34" name="#00610T2" type="treasure" x="1408" y="928" width="32" height="32"/> </objectgroup> </map> |