Move main to allow for new executables
This commit is contained in:
@@ -100,7 +100,7 @@ dropLight :: World -> World
|
||||
dropLight w = placeLS ls dec pos 0 w
|
||||
where --(rot, g) = randomR (-pi,pi) $ _randGen w
|
||||
(V2 x y) = _crPos (you w)
|
||||
pos = (V3 x y 0)
|
||||
pos = V3 x y 0
|
||||
ls = lightAt pos 0
|
||||
dec = onLayer PtLayer $ color white $ circleSolid 8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user