summaryrefslogtreecommitdiffstats
path: root/examples/declarative/minehunt/Explosion.qml
blob: aec685b6da1f0b69267a17e72c1d05a4730ce579 (plain)
1
2
3
4
5
6
<Item>
    <properties>
        <Property name="explode" type="Bool" value="false"/>
    </properties>
    <Particles width="38" height="21" lifeSpan="3600000" lifeSpanDeviation="0" src="pics/star.png" count="200" angle="270" angleDeviation="360" velocity="100" velocityDeviation="20" z="100" emitting="{explode}"/>
</Item>