diff options
-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"> |