Simplify lasers
This commit is contained in:
@@ -3,7 +3,7 @@ module Dodge.ListDisplayParams (
|
||||
invCursorParams,
|
||||
secondColumnParams,
|
||||
subInvX,
|
||||
optionListDisplayParams,
|
||||
menuDisplayParams,
|
||||
) where
|
||||
|
||||
import Control.Lens
|
||||
@@ -51,8 +51,8 @@ subInvX = 10 * fromIntegral topInvW + 70
|
||||
topInvW :: Int
|
||||
topInvW = 15
|
||||
|
||||
optionListDisplayParams :: ListDisplayParams
|
||||
optionListDisplayParams =
|
||||
menuDisplayParams :: ListDisplayParams
|
||||
menuDisplayParams =
|
||||
defaultListDisplayParams
|
||||
& ldpPos . spPixelOff .~ V2 11 (-70)
|
||||
& ldpScale .~ 2
|
||||
|
||||
Reference in New Issue
Block a user