10 lines
301 B
XML
10 lines
301 B
XML
|
|
<?xml version="1.0"?>
|
||
|
|
<effect>
|
||
|
|
<particle position-x="0" position-y="0" position-z="270" lifetime="300">
|
||
|
|
<animation imageset="graphics/particles/python.png" width="512" height="512">
|
||
|
|
<sequence start="0" end="8" delay="40"/>
|
||
|
|
<frame index="8"/>
|
||
|
|
</animation>
|
||
|
|
</particle>
|
||
|
|
</effect>
|