Tweak display when equiping
This commit is contained in:
@@ -18,9 +18,10 @@ import Dodge.Data.Universe
|
||||
--import qualified Data.Map.Strict as M
|
||||
--import qualified IntMapHelp as IM
|
||||
testStringInit :: Universe -> [String]
|
||||
testStringInit u = getPrettyShort (u ^? uvWorld . cWorld . lWorld . creatures . ix 0 . crHotkeys)
|
||||
<> ["---"]
|
||||
<> getPrettyShort ( u ^? uvWorld . cWorld . lWorld . creatures . ix 0 . crInvHotkeys)
|
||||
testStringInit _ = mempty
|
||||
-- getPrettyShort (u ^? uvWorld . cWorld . lWorld . creatures . ix 0 . crHotkeys)
|
||||
-- <> ["---"]
|
||||
-- <> getPrettyShort ( u ^? uvWorld . cWorld . lWorld . creatures . ix 0 . crInvHotkeys)
|
||||
|
||||
-- [show $ u ^. uvWorld . input . smoothScrollAmount
|
||||
-- , show $ getSmoothScrollValue (u ^. uvWorld . input)
|
||||
|
||||
Reference in New Issue
Block a user