Working use of links as placement spots
This commit is contained in:
@@ -239,8 +239,8 @@ defaultDrawButton col bt =
|
||||
)
|
||||
where
|
||||
buttonGeometry
|
||||
| _btState bt == BtOff = rectWH width 5
|
||||
| otherwise = rectNSEW (-3) (-5) width (-width)
|
||||
| _btState bt == BtOff = rectNSEW 10 (-1) width (-width)
|
||||
| otherwise = rectNSEW 2 (-1) width (-width)
|
||||
width = 8
|
||||
defaultButton :: Button
|
||||
defaultButton = Button
|
||||
|
||||
Reference in New Issue
Block a user