General cleanup, remove Drawing type synonym
This commit is contained in:
@@ -151,7 +151,7 @@ placeCr crF p rot w = over creatures addCr w
|
||||
(crF {_crPos = p,_crOldPos = p,_crDir = rot,_crID = newKey crs})
|
||||
crs
|
||||
|
||||
placeLS :: LightSource -> Drawing -> Point2 -> Float -> World -> World
|
||||
placeLS :: LightSource -> Picture -> Point2 -> Float -> World -> World
|
||||
placeLS ls dec p rot w = over lightSources addLS
|
||||
$ over decorations addDec w
|
||||
where addLS lss = IM.insert (newKey lss)
|
||||
|
||||
Reference in New Issue
Block a user