Move towards unifying (your) creature manipulation with selection
This commit is contained in:
@@ -122,7 +122,8 @@ testStringInit u = u ^.. uvWorld . hud . diSections . each . ssSet . to show
|
||||
|
||||
topTestPart :: Universe -> [String]
|
||||
topTestPart u =
|
||||
[ maybe "" showManObj $ u ^? uvWorld . cWorld . lWorld . creatures . ix 0 . crManipulation . manObject
|
||||
[ maybe "" showManObj $ u ^? uvWorld . hud . manObject
|
||||
--revise1 [ maybe "" showManObj $ u ^? uvWorld . cWorld . lWorld . creatures . ix 0 . crManipulation . manObject
|
||||
]
|
||||
|
||||
showManObj :: ManipulatedObject -> String
|
||||
|
||||
Reference in New Issue
Block a user