Implement foreground correctly, not with shadows though
This commit is contained in:
@@ -28,9 +28,6 @@ worldPictures w = pictures $ concat
|
||||
, map drawWallFloor (wallFloorsToDraw w)
|
||||
, testPic w
|
||||
]
|
||||
midgroundPics :: World -> Picture
|
||||
midgroundPics = pictures . _midgroundDecorations
|
||||
|
||||
foregroundPics :: World -> Picture
|
||||
foregroundPics = pictures . _foregroundDecorations
|
||||
|
||||
|
||||
Reference in New Issue
Block a user