diff --git a/src/Dodge/WorldEvent/SpawnParticle.hs b/src/Dodge/WorldEvent/SpawnParticle.hs index e8e077419..dd8b7a398 100644 --- a/src/Dodge/WorldEvent/SpawnParticle.hs +++ b/src/Dodge/WorldEvent/SpawnParticle.hs @@ -59,9 +59,9 @@ drawFlame rotd pt = thePic ep = _btPos' pt thePic = pictures [ glow - , aPic 1 prot2 18 (V2 (scaleChange + 1) 2 ) $ V4 2 0 (-10) 0.5 - , aPic 1 prot 19 (V2 (scaleChange + 0.5) 1.5) $ V4 2 0.5 (-10) 2 - , aPic 1 prot3 20 (V2 scaleChange 1 ) $ V4 1 1 1 2 + , aPic 1 prot2 18 (V2 (scaleChange + 1) 2 ) $ V4 2 (-1) (-1) 0.5 + , aPic 1 prot 19 (V2 (scaleChange + 0.5) 1) $ V4 1 0.5 0 2 + , aPic 1 prot3 20 (V2 scaleChange 0.5 ) $ V4 1 1 1 1 --, aPic 3 prot2 18 (V2 (scaleChange + 1) 2 ) red --, aPic 4 prot 19 (V2 (scaleChange + 0.5) 1.5) orange --, aPic 5 prot3 20 (V2 scaleChange 1 ) white