Add slime crit, start work on slink crit
This commit is contained in:
@@ -41,9 +41,10 @@ tocrs :: (IM.IntMap Creature
|
||||
tocrs = uvWorld . cWorld . lWorld . creatures
|
||||
|
||||
testStringInit :: Universe -> [String]
|
||||
testStringInit u = u ^.. tocrs . ix 3 . crPos . _xy . to show
|
||||
<> u ^.. tocrs . ix 3 . crType . lFootPos . to show
|
||||
<> u ^.. tocrs . ix 3 . crType . rFootPos . to show
|
||||
testStringInit u = u ^.. tocrs . ix 1 . crPos . _xy . to show
|
||||
<> u ^.. tocrs . ix 1 . crType . slimeCompression . to show
|
||||
<> u ^.. tocrs . ix 1 . crType . slimeIsCompressing . to show
|
||||
<> u ^.. tocrs . ix 1 . crDir . to show
|
||||
-- where
|
||||
-- tocr = uvWorld . cWorld . lWorld . creatures . ix 0
|
||||
-- f = fromMaybe 0
|
||||
|
||||
Reference in New Issue
Block a user