summaryrefslogblamecommitdiff
path: root/graphics/particles/snow.particle.xml
blob: f4ea9191ef9a64c57afd3f9be43a263892f0ba3d (plain) (tree)






















                                                                                         
        
<?xml version="1.0"?>
<!--
Snowflakes which cover 200x200 tiles which is enough for most reasonably-sized
maps. Most people think it sucks.
-->
<effect>
	<particle
		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>