diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-14 17:44:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-14 17:44:19 -0300 |
commit | d33da78658abbc2a385a9f564eb068cd23579e24 (patch) | |
tree | 09f1fe140a30d12b4c3ec41e2b9a0f3307f7b431 /graphics/particles/smallmagicbif.particle.xml | |
parent | 3eb54d185f3daee9c0e8e9ec01789cb8fa6555bd (diff) | |
download | clientdata-d33da78658abbc2a385a9f564eb068cd23579e24.tar.gz clientdata-d33da78658abbc2a385a9f564eb068cd23579e24.tar.bz2 clientdata-d33da78658abbc2a385a9f564eb068cd23579e24.tar.xz clientdata-d33da78658abbc2a385a9f564eb068cd23579e24.zip |
Fix remaining errors because @Saulc neglected to make pipeline
Diffstat (limited to 'graphics/particles/smallmagicbif.particle.xml')
-rw-r--r-- | graphics/particles/smallmagicbif.particle.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/particles/smallmagicbif.particle.xml b/graphics/particles/smallmagicbif.particle.xml index 78ddca71..086957df 100644 --- a/graphics/particles/smallmagicbif.particle.xml +++ b/graphics/particles/smallmagicbif.particle.xml @@ -18,7 +18,7 @@ Copyright (C) 2018 TMW2 <property name="output" min="-20" max="1"/> <property name="acceleration" value="0.1"/> <property name="alpha" value="0.5"/> - <property name="image" value="graphics/particles/star-small2.png|W:ffa10c,ff0e93"/> + <property name="image" value="graphics/particles/star-small2.png|W:#ffa10c,ff0e93"/> <property name="follow-parent"/> </emitter> </particle> |