Tweak explosions
This commit is contained in:
@@ -27,7 +27,7 @@ import qualified Data.Map.Strict as M
|
||||
|
||||
testStringInit :: Universe -> [String]
|
||||
testStringInit u =
|
||||
(map show $ u ^. uvWorld . cWorld . lWorld . oldMagnets)
|
||||
(map (show . _ebPos) $ u ^. uvWorld . cWorld . lWorld . energyBalls)
|
||||
-- <>
|
||||
-- (foldMap prettyShort $ u ^. uvWorld . cWorld . lWorld . bullets)
|
||||
-- fromMaybe mempty $ do
|
||||
|
||||
Reference in New Issue
Block a user