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
+1 -1
View File
@@ -19,7 +19,7 @@ data EnergyBall = EnergyBall
, _ebWidth :: Float
, _ebTimer :: Int
, _ebEff :: (DamageType, Int)
, _ebZ :: Float
-- , _ebZ :: Float
, _ebRot :: Float
}
deriving (Eq, Ord, Show, Read) --Generic, Flat)