Allow slimes to recombine
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
module Dodge.TestString where
|
||||
|
||||
import Dodge.Creature.Radius
|
||||
import AesonHelp
|
||||
import qualified Control.Foldl as L
|
||||
import Control.Lens
|
||||
@@ -43,6 +44,8 @@ tocrs = uvWorld . cWorld . lWorld . creatures
|
||||
testStringInit :: Universe -> [String]
|
||||
testStringInit u = u ^.. tocrs . ix 1 . crPos . _xy . to show
|
||||
<> u ^.. tocrs . ix 1 . crType . slimeCompression . to show
|
||||
<> u ^.. tocrs . ix 1 . crType . slimeCompression . to norm . to show
|
||||
<> u ^.. tocrs . ix 1 . crType . to crRad . to show
|
||||
<> u ^.. tocrs . ix 1 . crType . slimeIsCompressing . to show
|
||||
<> u ^.. tocrs . ix 1 . crDir . to show
|
||||
<> u ^.. tocrs . ix 1 . crDamage . to show
|
||||
|
||||
Reference in New Issue
Block a user