Implement modules changing shell payloads

This commit is contained in:
2024-12-24 21:13:58 +00:00
parent e82ef26b3e
commit 81fd2131e0
18 changed files with 82 additions and 18 deletions
-1
View File
@@ -19,7 +19,6 @@ data EnergyBall = EnergyBall
, _ebWidth :: Float
, _ebTimer :: Int
, _ebEff :: (DamageType, Int)
-- , _ebZ :: Float
, _ebRot :: Float
}
deriving (Eq, Ord, Show, Read) --Generic, Flat)