diff options
Diffstat (limited to 'particle.bmx')
-rw-r--r-- | particle.bmx | 2 |
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 |