Work on crab feet
This commit is contained in:
@@ -41,8 +41,9 @@ tocrs :: (IM.IntMap Creature
|
||||
tocrs = uvWorld . cWorld . lWorld . creatures
|
||||
|
||||
testStringInit :: Universe -> [String]
|
||||
testStringInit u = u ^.. tocrs . ix 1 . crActionPlan . apStrategy . to show
|
||||
<> u ^.. tocrs . ix 1 . crActionPlan . apAction . to show
|
||||
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
|
||||
-- where
|
||||
-- tocr = uvWorld . cWorld . lWorld . creatures . ix 0
|
||||
-- f = fromMaybe 0
|
||||
|
||||
Reference in New Issue
Block a user