summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorLedmitz <smoothshifter@tuta.io>2024-04-05 01:17:09 -0300
committerLedmitz <smoothshifter@tuta.io>2024-04-05 01:17:09 -0300
commitc6f5980a91a03b8a1f5f2e4fbd3f4036f0fb73bb (patch)
treed64956f865618e9a1b10b1f9c6806a79c322fab2 /graphics
parent29d626935acb75c4e8fdf9df7ba6fefc7e44a9f1 (diff)
downloadclientdata-c6f5980a91a03b8a1f5f2e4fbd3f4036f0fb73bb.tar.gz
clientdata-c6f5980a91a03b8a1f5f2e4fbd3f4036f0fb73bb.tar.bz2
clientdata-c6f5980a91a03b8a1f5f2e4fbd3f4036f0fb73bb.tar.xz
clientdata-c6f5980a91a03b8a1f5f2e4fbd3f4036f0fb73bb.zip
Floyd needed his own style
Diffstat (limited to 'graphics')
-rw-r--r--graphics/particles/beam-crit.pngbin0 -> 894 bytes
-rw-r--r--graphics/particles/beam-crit.xml21
-rw-r--r--graphics/particles/beam.pngbin0 -> 139 bytes
-rw-r--r--graphics/particles/beam.xml11
4 files changed, 32 insertions, 0 deletions
diff --git a/graphics/particles/beam-crit.png b/graphics/particles/beam-crit.png
new file mode 100644
index 00000000..8f64643d
--- /dev/null
+++ b/graphics/particles/beam-crit.png
Binary files differ
diff --git a/graphics/particles/beam-crit.xml b/graphics/particles/beam-crit.xml
new file mode 100644
index 00000000..1d5ba245
--- /dev/null
+++ b/graphics/particles/beam-crit.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
+<!-- Author: Ledmitz -->
+<effect>
+ <particle position-x="0" position-y="0" position-z="48" lifetime="100">
+ <emitter>
+ <property name="lifetime" min="3" max="33"/>
+ <property name="output" value="1"/>
+ <property name="gravity" value="0.1"/>
+ <property name="fade-out" value="7"/>
+ <animation imageset="graphics/particles/beam-crit.png|W:#ffff00" width="64" height="64">
+ <sequence start="0" end="3" delay="3"/>
+ </animation>
+ <animation imageset="graphics/particles/beam-crit.png|W:#0000ff" width="64" height="64">
+ <sequence start="0" end="3" delay="7"/>
+ </animation>
+ <animation imageset="graphics/particles/beam-crit.png|W:#00ff00" width="64" height="64">
+ <sequence start="0" end="3" delay="11"/>
+ </animation>
+ </emitter>
+ </particle>
+</effect>
diff --git a/graphics/particles/beam.png b/graphics/particles/beam.png
new file mode 100644
index 00000000..f340a61c
--- /dev/null
+++ b/graphics/particles/beam.png
Binary files differ
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>