Cleanup
This commit is contained in:
@@ -11,7 +11,7 @@ drawLinearShockwave :: LinearShockwave -> Picture
|
||||
drawLinearShockwave lw =
|
||||
setLayer BloomLayer $
|
||||
setDepth 20 $
|
||||
pictures $
|
||||
fold $
|
||||
theArc
|
||||
++ [ lineCol $ zip (reverse lps) $ map (`withAlpha` white) [0, 0.05 ..]
|
||||
, lineCol $ zip (reverse rps) $ map (`withAlpha` white) [0, 0.05 ..]
|
||||
|
||||
Reference in New Issue
Block a user