Add seagull sounds, remove random generator paramatricity for level gen
This commit is contained in:
@@ -11,5 +11,5 @@ data ComposingNode a
|
||||
| UseNone {_unCompose :: a}
|
||||
| UseLabel {_composeIndex :: Int, _unCompose :: a} -- defaults to using no children
|
||||
type SubCompTree a = Tree (ComposingNode a)
|
||||
type CompTree a = Tree (Tree (ComposingNode a))
|
||||
type CompTree a = Tree (SubCompTree a)
|
||||
makeLenses ''ComposingNode
|
||||
|
||||
Reference in New Issue
Block a user