Separate incendiary ebs and flamelets
This commit is contained in:
@@ -9,7 +9,8 @@ import Picture
|
||||
drawEnergyBall :: EnergyBall -> Picture
|
||||
drawEnergyBall eb = case _ebEff eb of
|
||||
FlameletBall x a -> drawFlamelet x a eb
|
||||
ElectricalBall -> drawStaticBall eb
|
||||
IncendiaryBall -> drawFlamelet 5 0 eb
|
||||
ElectricalBall{} -> drawStaticBall eb
|
||||
ExplosiveBall -> mempty
|
||||
FlashBall -> mempty
|
||||
|
||||
|
||||
Reference in New Issue
Block a user