Running tools/formatXML.sh Applying manual edits to: - effects.xml to place comments above the line they belong to instead of below - to paths.xml and portal-door.particle.xml to remove tabs within a comment - to playerglow.particle.xml to remove an superflous '-->' which messed up the automatic indentation. - used 'sed 's/^\(.*\)\(<!--.*-->\)\(.*\)$/\2\1\3/' -i npcs.xml' to move comments in front of the tags they belong to, manually edited npcs 251 to 265
17 lines
694 B
XML
17 lines
694 B
XML
<?xml version="1.0"?>
|
|
<effect>
|
|
<particle position-x="0" position-y="0" position-z="400" lifetime="100">
|
|
<!-- <property name="follow-parent" value="0"/> -->
|
|
<emitter>
|
|
<!-- <property name="follow-parent" value="0"/> -->
|
|
<property name="lifetime" min="25" max="30"/>
|
|
<property name="position-x" min="60" max="120"/>
|
|
<property name="position-y" min="-30" max="30"/>
|
|
<property name="vertical-angle" value="260"/>
|
|
<property name="power" value="20"/>
|
|
<property name="output" min="0" max="1"/>
|
|
<property name="gravity" value="0.04"/>
|
|
<property name="image" value="graphics/particles/raindrop.png"/>
|
|
</emitter>
|
|
</particle>
|
|
</effect>
|