This commit is contained in:
2025-06-24 08:48:08 +01:00
parent 5537efe584
commit 366b998989
10 changed files with 25 additions and 28 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ data EnergyBall = EnergyBall
{ _ebVel :: Point2
, _ebPos :: Point2
, _ebTimer :: Int
, _ebEff :: EnergyBallType
, _ebType :: EnergyBallType
}
deriving (Eq, Ord, Show, Read) --Generic, Flat)