Working cloud shadows (slow)
This commit is contained in:
@@ -73,7 +73,7 @@ btDraw :: Button -> Picture
|
||||
btDraw c = uncurryV translate (_btPos c) $ rotate (_btRot c) (_btPict c)
|
||||
|
||||
clDraw :: Cloud -> Picture
|
||||
clDraw c = uncurryV translate (_clPos c) (_clPict c c)
|
||||
clDraw c = translate3 (_clPos c) (_clPict c c)
|
||||
|
||||
wallFloorsToDraw :: World -> [Wall]
|
||||
wallFloorsToDraw w = filter isVisible $ IM.elems $ wallsOnScreen w
|
||||
|
||||
Reference in New Issue
Block a user