Add in "linear" lWorld to separate time reversable worlds
This commit is contained in:
@@ -13,12 +13,12 @@ import Picture
|
||||
|
||||
addRoomPolyDecorations :: [Room] -> World -> World
|
||||
addRoomPolyDecorations rms w =
|
||||
w & cWorld . decorations
|
||||
w & cWorld . lWorld . decorations
|
||||
%~ IM.insertWithNewKeys (map roomPolyDecorations rms)
|
||||
|
||||
addRoomLinkDecorations :: [Room] -> World -> World
|
||||
addRoomLinkDecorations rms w =
|
||||
w & cWorld . decorations
|
||||
w & cWorld . lWorld . decorations
|
||||
%~ IM.insertWithNewKeys (map roomLinkDecorations rms)
|
||||
|
||||
roomLinkDecorations :: Room -> Picture
|
||||
|
||||
Reference in New Issue
Block a user