Simplify energyBalls (no z component)

This commit is contained in:
2024-12-24 15:05:36 +00:00
parent c4b9142d0f
commit 957f233629
5 changed files with 14 additions and 18 deletions
+3 -3
View File
@@ -38,7 +38,7 @@ makeFlamelet (V2 x y) z vel size time w =
, _ebWidth = size
, _ebTimer = time
, _ebEff = (FLAMING, 1)
, _ebZ = z
-- , _ebZ = z
, _ebRot = rot
}
where
@@ -72,7 +72,7 @@ incBallAt p w =
, _ebWidth = 3
, _ebTimer = 20
, _ebEff = (FLAMING, 1)
, _ebZ = 20
-- , _ebZ = 20
, _ebRot = rot
}
@@ -92,7 +92,7 @@ makeFlashBall p w =
, _ebWidth = 3
, _ebTimer = 20
, _ebEff = (LASERING, 1)
, _ebZ = 20
-- , _ebZ = 20
, _ebRot = rot
}