diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-06-19 01:07:35 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-06-19 01:13:47 +0200 |
commit | f83e0e4360ac1ba6b9ae62a879a761c539007e7b (patch) | |
tree | e8d4b9dc345619523d65f0a49510c8896f740b69 | |
parent | 553d17f9cf4f8b0ebdb5efa641fcabe021fbcd55 (diff) | |
download | clientdata-f83e0e4360ac1ba6b9ae62a879a761c539007e7b.tar.gz clientdata-f83e0e4360ac1ba6b9ae62a879a761c539007e7b.tar.bz2 clientdata-f83e0e4360ac1ba6b9ae62a879a761c539007e7b.tar.xz clientdata-f83e0e4360ac1ba6b9ae62a879a761c539007e7b.zip |
Added a particle effect to the fountain. Although, doesn't appear through "Over" layer of the map.
-rwxr-xr-x | graphics/particles/fountain.xml | 15 | ||||
-rw-r--r-- | maps/001-1.tmx | 3 |
2 files changed, 17 insertions, 1 deletions
diff --git a/graphics/particles/fountain.xml b/graphics/particles/fountain.xml new file mode 100755 index 00000000..f910d3c6 --- /dev/null +++ b/graphics/particles/fountain.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author from The Mana World +Copyright (C) 2016 Evol Online --> +<effect> + <particle position-x="16" position-y="0" position-z="0"> + <emitter> + <property name="output" value="2" change-func="sine" change-amplitude="3" change-period="800"/> + <property name="power" min="1.5" max="2.5" change-func="sine" change-amplitude="3" change-period="800"/> + <property name="horizontal-angle" min="0" max="360"/> + <property name="vertical-angle" min="85" max="90"/> + <property name="image" value="graphics/particles/orb-small.png"/> + <property name="gravity" value="0.1"/> + </emitter> + </particle> +</effect> diff --git a/maps/001-1.tmx b/maps/001-1.tmx index 4b9abfa9..8968cce6 100644 --- a/maps/001-1.tmx +++ b/maps/001-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" orientation="orthogonal" renderorder="right-down" width="250" height="175" tilewidth="32" tileheight="32" nextobjectid="82"> +<map version="1.0" orientation="orthogonal" renderorder="right-down" width="250" height="175" tilewidth="32" tileheight="32" nextobjectid="83"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -327,6 +327,7 @@ <object id="52" name="graphics/particles/panels.xml" type="particle_effect" x="3040" y="1632" width="32" height="32"/> <object id="53" name="graphics/particles/panels.xml" type="particle_effect" x="3296" y="2112" width="32" height="32"/> <object id="81" name="graphics/particles/chimney.xml" type="particle_effect" x="4608" y="1344" width="32" height="32"/> + <object id="82" name="graphics/particles/fountain.xml" type="particle_effect" x="2848" y="2496" width="32" height="32"/> </objectgroup> <layer name="Heights" width="250" height="175"> <data encoding="base64" compression="zlib"> |