diff options
Diffstat (limited to 'graphics/particles/snow.particle.xml')
-rw-r--r-- | graphics/particles/snow.particle.xml | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/graphics/particles/snow.particle.xml b/graphics/particles/snow.particle.xml index 2a373f24..f030c62b 100644 --- a/graphics/particles/snow.particle.xml +++ b/graphics/particles/snow.particle.xml @@ -1,26 +1,17 @@ <?xml version="1.0"?> -<!-- -Snowflakes which cover 200x200 tiles which is enough for most reasonably-sized -maps. Most people think it sucks. ---> -<!-- Copyright (C) 2010 The Mana World Development Team -Copyright (C) 2010-2011 Evol Online --> +<!-- Author from The Mana World +Copyright (C) 2010-2012 Evol Online --> <effect> <particle - position-x = "0" - position-y = "0" - position-z = "512" - > + position-x="0" position-y="0" position-z="512"> <emitter> <property name="position-x" min="0.0" max="6400"/> <property name="position-y" min="0.0" max="6400"/> <property name="gravity" value="0.03"/> <property name="momentum" value="0.97"/> - <!--<property name="randomnes" value="100"/>--> <property name="image" value="graphics/particles/snowflake.png"/> <property name="output" min="0" max="3"/> <property name="fade-in" value="100"/> </emitter> - </particle> -</effect>
\ No newline at end of file +</effect> |