Tweak drawing order, text now blocks window shadows
This commit is contained in:
@@ -595,7 +595,7 @@ mvGenBullet' w bt
|
||||
wth = _btWidth' bt
|
||||
t = _btTimer' bt
|
||||
|
||||
bulLine c w = setLayer 2 . bulLinea c w
|
||||
bulLine c w = setLayer 1 . bulLinea c w
|
||||
|
||||
bulLinea :: Color -> Float -> [Point2] -> Picture
|
||||
bulLinea _ _ [] = blank
|
||||
|
||||
Reference in New Issue
Block a user