Move radar blips into own grouping, work on data-ifying particles
This commit is contained in:
@@ -20,7 +20,7 @@ import LensHelp
|
||||
--import Data.Maybe
|
||||
|
||||
aTeslaArcAt :: Color -> [ArcStep] -> Particle
|
||||
aTeslaArcAt col thearc = LinearParticle
|
||||
aTeslaArcAt col thearc = PtTeslaArc
|
||||
{ _ptPoints = map (^. asPos) thearc
|
||||
, _ptDraw = drawTeslaArc
|
||||
, _ptUpdate = moveTeslaArc thearc
|
||||
|
||||
Reference in New Issue
Block a user