From 0f79a06733c30ddca4bc0746ddc99e1626775fff Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Sun, 5 Jan 2020 12:55:15 -0500 Subject: Add staircases, and moving between levels Currently we just pick randomly between the cave and dungeon level generators. There's a lot of bugs here, but it's *sorta* working, so I'm leaving it as is. --- src/Xanthous/Prelude.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Xanthous/Prelude.hs') diff --git a/src/Xanthous/Prelude.hs b/src/Xanthous/Prelude.hs index 2f50635e783d..9a4ca0149f1a 100644 --- a/src/Xanthous/Prelude.hs +++ b/src/Xanthous/Prelude.hs @@ -19,7 +19,7 @@ import ClassyPrelude hiding (return, (<|), unsnoc, uncons, cons, snoc, index, (<.>), Index, say) import Data.Kind import GHC.TypeLits hiding (Text) -import Control.Lens +import Control.Lens hiding (levels, Level) import Data.Void import Control.Comonad -------------------------------------------------------------------------------- -- cgit 1.4.1