diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-07-18 15:34:11 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-07-18 16:04:48 -0700 |
commit | adecd96194deca0b23d2220b0fbc6ce9d24c8499 (patch) | |
tree | ecb8578fa0f553bb06c794e48c41463fe6967913 /graphics/particles/monster-moonshroom.particle.xml | |
parent | 9ae96a59f06002af52accc5d6eeaf5a0b9de5795 (diff) | |
download | clientdata-adecd96194deca0b23d2220b0fbc6ce9d24c8499.tar.gz clientdata-adecd96194deca0b23d2220b0fbc6ce9d24c8499.tar.bz2 clientdata-adecd96194deca0b23d2220b0fbc6ce9d24c8499.tar.xz clientdata-adecd96194deca0b23d2220b0fbc6ce9d24c8499.zip |
Run xml formatter
Diffstat (limited to 'graphics/particles/monster-moonshroom.particle.xml')
-rw-r--r-- | graphics/particles/monster-moonshroom.particle.xml | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/graphics/particles/monster-moonshroom.particle.xml b/graphics/particles/monster-moonshroom.particle.xml index 74df1d86..c3da0639 100644 --- a/graphics/particles/monster-moonshroom.particle.xml +++ b/graphics/particles/monster-moonshroom.particle.xml @@ -1,24 +1,24 @@ -<?xml version="1.0"?>
-<!--
-A small cloud particle effect intended for use with the Moonshroom mob
--->
-<effect>
- <particle position-x="0" position-y="0" position-z="48">
- <emitter>
- <property name="position-x" min="-16" max="32"/>
- <property name="position-y" min="-16" max="16"/>
- <property name="position-z" min="-16" max="16"/>
- <property name="horizontal-angle" min="0" max="360"/>
- <property name="vertical-angle" min="0" max="360"/>
- <property name="power" min="0.4" max="2"/>
- <property name="lifetime" value="160"/>
- <property name="fade-out" value="40"/>
- <property name="fade-in" value="40"/>
- <property name="output" min="-20" max="1"/>
- <property name="acceleration" value="0.1"/>
- <property name="alpha" value="0.5"/>
- <property name="image" value="graphics/particles/star-small.png|W:#ffff00,ffffff"/>
- <property name="follow-parent"/>
- </emitter>
- </particle>
-</effect>
+<?xml version="1.0"?> +<!-- +A small cloud particle effect intended for use with the Moonshroom mob +--> +<effect> + <particle position-x="0" position-y="0" position-z="48"> + <emitter> + <property name="position-x" min="-16" max="32"/> + <property name="position-y" min="-16" max="16"/> + <property name="position-z" min="-16" max="16"/> + <property name="horizontal-angle" min="0" max="360"/> + <property name="vertical-angle" min="0" max="360"/> + <property name="power" min="0.4" max="2"/> + <property name="lifetime" value="160"/> + <property name="fade-out" value="40"/> + <property name="fade-in" value="40"/> + <property name="output" min="-20" max="1"/> + <property name="acceleration" value="0.1"/> + <property name="alpha" value="0.5"/> + <property name="image" value="graphics/particles/star-small.png|W:#ffff00,ffffff"/> + <property name="follow-parent"/> + </emitter> + </particle> +</effect> |