summaryrefslogtreecommitdiff
path: root/particle.bmx
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2006-05-02 22:50:22 +0000
committerIan C <ianc@noddybox.co.uk>2006-05-02 22:50:22 +0000
commit1c900457e45e70e12a04b2c5b909e0bd9a9d8a3e (patch)
tree156ccafdee5dcea718f8b7a3930c38a9158749b1 /particle.bmx
parentc93d5990b230175597557978d0bc2c094bee3bdb (diff)
Updates
Diffstat (limited to 'particle.bmx')
-rw-r--r--particle.bmx2
1 files changed, 1 insertions, 1 deletions
diff --git a/particle.bmx b/particle.bmx
index e511ace..da31401 100644
--- a/particle.bmx
+++ b/particle.bmx
@@ -114,7 +114,7 @@ Type Particles
End Function
Function AddBigExplosion(x:Double, y:Double)
- plist.AddLast(TParticle.ScaleImage(GFX.exhaust,x,y,0,0,0.3,255,0,0))
+ plist.AddLast(TParticle.ScaleImage(GFX.fireball,x,y,0,0,0.1,255,255,255))
For Local f:Int=0 To 50
plist.AddLast(TParticle.Image(GFX.star,x,y,Rnd(-2,2),Rnd(-2,2),Rand(100,255),Rand(100,255),Rand(100,255)))
Next