Simplify button drawing
This commit is contained in:
@@ -49,10 +49,10 @@ defaultMachine =
|
||||
defaultButton :: Button
|
||||
defaultButton =
|
||||
Button
|
||||
{ _btPict = DefaultDrawButton (dark red)
|
||||
, _btPos = V2 0 0
|
||||
{ _btPos = V2 0 0
|
||||
, _btRot = 0
|
||||
, _btEvent = ButtonPress BtInactive ButtonDoNothing click1S NoWorldEffect
|
||||
, _btEvent = ButtonPress BtInactive ButtonDoNothing click1S NoWorldEffect
|
||||
(dark red)
|
||||
, _btID = 0
|
||||
, _btState = BtOff
|
||||
, _btTermMID = Nothing
|
||||
|
||||
Reference in New Issue
Block a user