diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-11-21 10:27:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-11-21 10:27:22 -0300 |
commit | 04f94b05f700096ebe3c67c245d0fced7ebce7a3 (patch) | |
tree | 9d6fb137a22a53f24f8b99c22bf0e0328805604f | |
parent | 2fe1430e01427ef524685b20c1d22bea0ffca1da (diff) | |
download | clientdata-04f94b05f700096ebe3c67c245d0fced7ebce7a3.tar.gz clientdata-04f94b05f700096ebe3c67c245d0fced7ebce7a3.tar.bz2 clientdata-04f94b05f700096ebe3c67c245d0fced7ebce7a3.tar.xz clientdata-04f94b05f700096ebe3c67c245d0fced7ebce7a3.zip |
Bring some particle effects. Apart from 081-2, this should complete mapping.
Well, 080-1 and 081-1 could use some passive monster population, but...
...Whatever.
-rw-r--r-- | maps/081-1.tmx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/maps/081-1.tmx b/maps/081-1.tmx index c1d29918..8611864a 100644 --- a/maps/081-1.tmx +++ b/maps/081-1.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="130" height="125" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="22"> +<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="130" height="125" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="26"> <properties> <property name="background0image" value="graphics/images/ambient/aethyr.jpg"/> <property name="background0parallax" value="1.0"/> @@ -945,5 +945,9 @@ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 </data> </layer> - <objectgroup id="6" name="Objects" visible="0"/> + <objectgroup id="6" name="Objects"> + <object id="22" name="graphics/particles/circle-magic.xml" type="particle_effect" x="1856" y="3360" width="32" height="32"/> + <object id="23" name="graphics/particles/portal.particle.xml" type="particle_effect" x="1856" y="3360" width="32" height="32"/> + <object id="25" name="graphics/particles/wispdance.particle.xml" type="particle_effect" x="1856" y="3392" width="32" height="32"/> + </objectgroup> </map> |