Safe Haskell | None |
---|---|
Language | Haskell2010 |
Game.LambdaHack.Client.UI.Content.Screen
Contents
Description
The type of definitions of screen layout and features.
Synopsis
- data ScreenContent = ScreenContent {
- rwidth :: X
- rheight :: Y
- rwebAddress :: String
- rintroScreen :: ([String], [[String]])
- rapplyVerbMap :: EnumMap (ContentSymbol ItemKind) Text
- rFontFiles :: [(FilePath, ByteString)]
- makeData :: ScreenContent -> ScreenContent
- validateSingle :: ScreenContent -> [Text]
Documentation
data ScreenContent Source #
Screen layout and features definition.
Constructors
ScreenContent | |
Fields
|
Internal operations
validateSingle :: ScreenContent -> [Text] Source #
Catch invalid rule kind definitions.