0ad/binaries/data/mods/public/art/particles/blowing_sand.xml
Ralph Sennhauser 58219b974c
Fix trailing whitespace and add pre-commit hook
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>
2025-06-15 20:08:48 +02:00

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>