diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/particles/attack.particle.xml | 4 | ||||
-rw-r--r-- | graphics/particles/colorful-orbits.particle.xml | 12 | ||||
-rw-r--r-- | graphics/particles/fountain.particle.xml | 4 | ||||
-rw-r--r-- | graphics/particles/hit.particle.xml | 4 | ||||
-rw-r--r-- | graphics/particles/levelup.particle.xml | 2 | ||||
-rw-r--r-- | graphics/particles/skillup.particle.xml | 2 | ||||
-rw-r--r-- | graphics/particles/star-medium.png | bin | 0 -> 965 bytes | |||
-rw-r--r-- | graphics/particles/star-small.png | bin | 0 -> 387 bytes |
8 files changed, 14 insertions, 14 deletions
diff --git a/graphics/particles/attack.particle.xml b/graphics/particles/attack.particle.xml index eaebb850..303cd048 100644 --- a/graphics/particles/attack.particle.xml +++ b/graphics/particles/attack.particle.xml @@ -30,7 +30,7 @@ used to visualize some kind of special attack. <property name="horizontal-angle" min="45" max="135"/>
<property name="power" min="0" max="6"/>
<property name="gravity" value="0.1"/>
- <property name="image" value="graphics/particles/star-small-white.png|W:#ff0000"/>
+ <property name="image" value="graphics/particles/star-small.png|W:#ff0000,ffffff"/>
<property name="lifetime" min="0" max="80"/>
<property name="output" min="6" max="12"/>
</emitter>
@@ -52,7 +52,7 @@ used to visualize some kind of special attack. <property name="horizontal-angle" min="45" max="135"/>
<property name="power" min="0" max="6"/>
<property name="gravity" value="0.1"/>
- <property name="image" value="graphics/particles/star-medium-white.png|W:#ff0000"/>
+ <property name="image" value="graphics/particles/star-medium.png|W:#ff0000,ffffff"/>
<property name="lifetime" min="0" max="80"/>
<property name="output" min="3" max="6"/>
</emitter>
diff --git a/graphics/particles/colorful-orbits.particle.xml b/graphics/particles/colorful-orbits.particle.xml index ec866a12..e7b38387 100644 --- a/graphics/particles/colorful-orbits.particle.xml +++ b/graphics/particles/colorful-orbits.particle.xml @@ -29,7 +29,7 @@ acceleration and vice versa. <property name="power" value = "3" />
<property name="acceleration" value = "0.2" />
<emitter>
- <property name="image" value="graphics/particles/star-small-white.png|W:#0000ff"/>
+ <property name="image" value="graphics/particles/star-small.png|W:#0000ff,ffffff"/>
<property name="lifetime" value="40" />
<property name="fade-out" value="40" />
</emitter>
@@ -46,7 +46,7 @@ acceleration and vice versa. <property name="power" value = "3" />
<property name="acceleration" value = "0.2" />
<emitter>
- <property name="image" value="graphics/particles/star-small-white.png|W:#00ffff"/>
+ <property name="image" value="graphics/particles/star-small.png|W:#00ffff,ffffff"/>
<property name="lifetime" value="40" />
<property name="fade-out" value="40" />
</emitter>
@@ -63,7 +63,7 @@ acceleration and vice versa. <property name="power" value="3" />
<property name="acceleration" value = "0.2" />
<emitter>
- <property name="image" value="graphics/particles/star-small-white.png|W:#00ff00"/>
+ <property name="image" value="graphics/particles/star-small.png|W:#00ff00,ffffff"/>
<property name="lifetime" value="40" />
<property name="fade-out" value="40" />
</emitter>
@@ -80,7 +80,7 @@ acceleration and vice versa. <property name="power" value="3" />
<property name="acceleration" value = "0.2" />
<emitter>
- <property name="image" value="graphics/particles/star-small-white.png|W:#ffff00"/>
+ <property name="image" value="graphics/particles/star-small.png|W:#ffff00,ffffff"/>
<property name="lifetime" value="40" />
<property name="fade-out" value="40" />
</emitter>
@@ -97,7 +97,7 @@ acceleration and vice versa. <property name="power" value = "3" />
<property name="acceleration" value = "0.2" />
<emitter>
- <property name="image" value="graphics/particles/star-small-white.png|W:#ff0000"/>
+ <property name="image" value="graphics/particles/star-small.png|W:#ff0000,ffffff"/>
<property name="lifetime" value="40" />
<property name="fade-out" value="40" />
</emitter>
@@ -114,7 +114,7 @@ acceleration and vice versa. <property name="power" value = "3" />
<property name="acceleration" value = "0.2" />
<emitter>
- <property name="image" value="graphics/particles/star-small-white.png|W:#ff00ff"/>
+ <property name="image" value="graphics/particles/star-small.png|W:#ff00ff,ffffff"/>
<property name="lifetime" value="40" />
<property name="fade-out" value="40" />
</emitter>
diff --git a/graphics/particles/fountain.particle.xml b/graphics/particles/fountain.particle.xml index acba5c58..cda62b94 100644 --- a/graphics/particles/fountain.particle.xml +++ b/graphics/particles/fountain.particle.xml @@ -12,7 +12,7 @@ Fancy fireworks effect which fills the whole screen. <property name="position-x" min="0" max="32"/>
<property name="position-y" min="0" max="32"/>
<property name="position-z" min="0" max="32"/>
- <property name="image" value="graphics/particles/star-medium-white.png|W:#00ffff"/>
+ <property name="image" value="graphics/particles/star-medium.png|W:#00ffff,ffffff"/>
<property name="horizontal-angle" min="0" max="360"/>
<property name="vertical-angle" min="45" max="90"/>
<property name="power" min="6" max="7"/>
@@ -23,7 +23,7 @@ Fancy fireworks effect which fills the whole screen. <property name="position-x" value="0"/>
<property name="position-y" value="0"/>
<property name="position-z" value="0"/>
- <property name="image" value="graphics/particles/star-small-white.png|W:#00ffff"/>
+ <property name="image" value="graphics/particles/star-small.png|W:#00ffff,ffffff"/>
<property name="horizontal-angle" min="0" max="360"/>
<property name="vertical-angle" min="0" max="360"/>
<property name="power" value="1"/>
diff --git a/graphics/particles/hit.particle.xml b/graphics/particles/hit.particle.xml index 03843c72..c684e746 100644 --- a/graphics/particles/hit.particle.xml +++ b/graphics/particles/hit.particle.xml @@ -29,7 +29,7 @@ An explosion of white particles. <property name="horizontal-angle" min="0" max="360"/>
<property name="power" min="0" max="6"/>
<property name="gravity" value="0.1"/>
- <property name="image" value="graphics/particles/star-small-white.png"/>
+ <property name="image" value="graphics/particles/star-small.png|W:#ffffff,ffffff"/>
<property name="lifetime" min="0" max="80"/>
<property name="output" min="6" max="12"/>
</emitter>
@@ -51,7 +51,7 @@ An explosion of white particles. <property name="horizontal-angle" min="0" max="360"/>
<property name="power" min="0" max="6"/>
<property name="gravity" value="0.1"/>
- <property name="image" value="graphics/particles/star-medium-white.png"/>
+ <property name="image" value="graphics/particles/star-medium.png|W:#ffffff,ffffff"/>
<property name="lifetime" min="0" max="80"/>
<property name="output" min="3" max="6"/>
</emitter>
diff --git a/graphics/particles/levelup.particle.xml b/graphics/particles/levelup.particle.xml index d43f126d..f1189479 100644 --- a/graphics/particles/levelup.particle.xml +++ b/graphics/particles/levelup.particle.xml @@ -10,7 +10,7 @@ Red stars which are supposed to engulf a character lifetime = "128"
>
<emitter>
- <property name="image" value="graphics/particles/star-medium-white.png|W:#ff0000"/>
+ <property name="image" value="graphics/particles/star-medium.png|W:#ff0000,ffffff"/>
<property name="vertical-angle" value="90"/>
<property name="power" value="2"/>
<property name="lifetime" value="36"/>
diff --git a/graphics/particles/skillup.particle.xml b/graphics/particles/skillup.particle.xml index 22f59e0c..3bd3a631 100644 --- a/graphics/particles/skillup.particle.xml +++ b/graphics/particles/skillup.particle.xml @@ -10,7 +10,7 @@ Green stars which are supposed to engulf a character lifetime = "128"
>
<emitter>
- <property name="image" value="graphics/particles/star-medium-white.png|W:#00ff00"/>
+ <property name="image" value="graphics/particles/star-medium.png|W:#00ff00,ffffff"/>
<property name="vertical-angle" value="90"/>
<property name="power" value="2"/>
<property name="lifetime" value="36"/>
diff --git a/graphics/particles/star-medium.png b/graphics/particles/star-medium.png Binary files differnew file mode 100644 index 00000000..667d2334 --- /dev/null +++ b/graphics/particles/star-medium.png diff --git a/graphics/particles/star-small.png b/graphics/particles/star-small.png Binary files differnew file mode 100644 index 00000000..4c3bf365 --- /dev/null +++ b/graphics/particles/star-small.png |