Allow for inventory item bolding
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
module Dodge.ListDisplayParams (
|
||||
invDP,
|
||||
-- secDP,
|
||||
invCursorParams,
|
||||
secondColumnLDP,
|
||||
subInvX,
|
||||
@@ -41,7 +42,8 @@ invCursorParams w = BoundaryCursor $ case w ^? hud . subInventory of
|
||||
_ -> [North, South, West]
|
||||
|
||||
secondColumnLDP :: ListDisplayParams
|
||||
secondColumnLDP = defaultListDisplayParams & ldpPos . spPixelOff .~ V2 subInvX (-20)
|
||||
--secondColumnLDP = defaultListDisplayParams & ldpPos . spPixelOff .~ V2 subInvX (-20)
|
||||
secondColumnLDP = defaultListDisplayParams & ldpPos . spPixelOff .~ V2 subInvX 0
|
||||
|
||||
subInvX :: Float
|
||||
subInvX = 10 * fromIntegral topInvW + 170
|
||||
|
||||
Reference in New Issue
Block a user