Tweak mouse over alpha
This commit is contained in:
@@ -115,8 +115,10 @@ drawMouseOver cfig w =
|
||||
sss <- w ^? hud . hudElement . diSections
|
||||
let idp = invDisplayParams w
|
||||
return . translateScreenPos cfig (invDisplayParams w ^. ldpPos)
|
||||
. color (withAlpha 0.2 white)
|
||||
. color (withAlpha 0.1 white)
|
||||
-- . color white
|
||||
$ selSecDrawCursorAt 15 idp curs sss (j, i)
|
||||
-- curs = BoundaryCursor [West]
|
||||
curs = BackdropCursor
|
||||
combinvsel = do
|
||||
(j, i) <-
|
||||
|
||||
Reference in New Issue
Block a user