diff options
author | Ledmitz <smoothshifter@tuta.io> | 2024-04-05 01:17:09 -0300 |
---|---|---|
committer | Ledmitz <smoothshifter@tuta.io> | 2024-04-05 01:17:09 -0300 |
commit | c6f5980a91a03b8a1f5f2e4fbd3f4036f0fb73bb (patch) | |
tree | d64956f865618e9a1b10b1f9c6806a79c322fab2 /graphics/particles/beam.xml | |
parent | 29d626935acb75c4e8fdf9df7ba6fefc7e44a9f1 (diff) | |
download | clientdata-floyd_style.tar.gz clientdata-floyd_style.tar.bz2 clientdata-floyd_style.tar.xz clientdata-floyd_style.zip |
Floyd needed his own stylefloyd_style
Diffstat (limited to 'graphics/particles/beam.xml')
-rw-r--r-- | graphics/particles/beam.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/particles/beam.xml b/graphics/particles/beam.xml new file mode 100644 index 00000000..e05bc34c --- /dev/null +++ b/graphics/particles/beam.xml @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<!-- Author: Ledmitz --> +<effect> + <particle position-x="0" position-y="0" position-z="32" lifetime="128"> + <emitter> + <property name="image" value="graphics/particles/beam.png"/> + <property name="output" value="1"/> + <property name="lifetime" value="16"/> + </emitter> + </particle> +</effect> |