mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Some have their editor configured to remove trailing whitespace and editing such a file would "fix" it, adding an unrelated change. Fix whitespace violations excluding third party libs and generated files like glad or patches. Enable pre-commit hook trailing-whitespace to enforce it in the future. Fixes: #8016 Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
20 lines
589 B
XML
20 lines
589 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<particles>
|
|
|
|
<texture>art/textures/particles/blowing_sand.png</texture>
|
|
<blend mode="over"/>
|
|
|
|
<start_full/>
|
|
|
|
<constant name="emissionrate" value="0.2"/>
|
|
<uniform name="lifetime" min="15.0" max="25.0"/>
|
|
|
|
<uniform name="position.x" min="-6.0" max="6.0"/>
|
|
<uniform name="position.z" min="-6.0" max="6.0"/>
|
|
<constant name="position.y" value="6.0"/>
|
|
|
|
<uniform name="velocity.x" min="1.0" max="2.0"/>
|
|
<uniform name="velocity.angle" min="-0.1" max="0.15"/>
|
|
<uniform name="size" min="20.0" max="40.0"/>
|
|
|
|
</particles>
|