Simplify grid/lattice creation
This commit is contained in:
@@ -18,12 +18,13 @@ import LensHelp
|
||||
import RandomHelp
|
||||
import Control.Monad
|
||||
|
||||
-- pathing needs to be done
|
||||
roomGlassOctogon ::
|
||||
-- | Size
|
||||
Float ->
|
||||
Room
|
||||
roomGlassOctogon x =
|
||||
createPathGrid $
|
||||
-- createPathGrid $
|
||||
defaultRoom
|
||||
{ _rmPolys =
|
||||
[ rectNSWE x (- x) (- x) x
|
||||
|
||||
Reference in New Issue
Block a user