Add IntMapHelper, locate wall cutting bug
This commit is contained in:
@@ -69,7 +69,7 @@ handlePressedKeyInMenu mState scode w = case mState of
|
||||
& menuLayers .~ [WaitMessage "GENERATING..." 1]
|
||||
& worldEvents .~ const aNewGame
|
||||
aNewGame :: World
|
||||
aNewGame = updateFramebufferSize $ generateFromList levx $ initialWorld
|
||||
aNewGame = updateFramebufferSize $ generateLevelFromRoomList levx $ initialWorld
|
||||
& randGen .~ _randGen w
|
||||
& config .~ _config w
|
||||
|
||||
|
||||
Reference in New Issue
Block a user