Cleanup
This commit is contained in:
@@ -6,9 +6,7 @@ import Picture
|
||||
drawLaser :: Laser -> Picture
|
||||
drawLaser pt =
|
||||
setLayer BloomNoZWrite $
|
||||
pictures
|
||||
[ setDepth 19.5 . color (brightX 10 1 col) $ thickLine 3 ps
|
||||
]
|
||||
setDepth 19.5 . color (brightX 10 1 col) $ thickLine 3 ps
|
||||
where
|
||||
col = _lzColor pt
|
||||
ps = _lzPoints pt
|
||||
|
||||
Reference in New Issue
Block a user