Color scroll lines in inventory display
This commit is contained in:
@@ -236,7 +236,8 @@ tweakString tp = rightPad 12 ' ' (show $ _tweakType tp) ++ " " ++ showTweak tp
|
||||
|
||||
invHead :: Configuration -> String -> Picture
|
||||
invHead cfig =
|
||||
translate (- halfWidth cfig + subInvX + 20) (halfHeight cfig - 40)
|
||||
translateScreenPos cfig (fromTopLeft (V2 (subInvX + 20) 80))
|
||||
-- (- halfWidth cfig + subInvX + 20) (halfHeight cfig - 80)
|
||||
. dShadCol white
|
||||
. scale 0.4 0.4
|
||||
. text
|
||||
|
||||
Reference in New Issue
Block a user