packages feed

scroll-1.20150313: Level/Padding.hs

module Level.Padding where

import Types

levelPadding :: [Level]
levelPadding =
	[ [ ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , "Gosh, the other side of this scroll has a lot of words."
	  , ""
	  , ""
	  ]
	, [ ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , "Just keeps going, and going, doesn't it?"
	  , ""
	  ]
	, [ ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , "Maybe the other side is a novel, down here?"
	  , "You like a good novel from time to time."
	  , ""
	  , "(Mostly ones that don't try to crush you under their own weight.)"
	  , ""
	  , ""
	  ]
	, [ ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , "This is getting tiresome indeed. But it's better than fighting through"
	  , "the forest of words on the other side, surely?"
	  , ""
	  , ""
	  ]
	, [ ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , "Or maybe the other side would be more fun, after all."
	  , ""
	  , ""
	  ]
	, [ ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , "On the other hand, this papyrus sea, unmarked by ink"
	  , "-- it gives you time to think."
	  , ""
	  , ""
	  ]
	, [ ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  , ""
	  ]
	]