| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Theme
Description
Module containing themes
Synopsis
- kindToTheme :: Kind -> Theme
-
data Kind
- = DarkForest
- | Forest
- | MossDungeon
-
data Theme = Theme {
- board :: MisoString
- hand :: MisoString
- turn :: MisoString
Documentation
kindToTheme :: Kind -> Theme #
Transforms an identifier to useful data
Identifiers of themes
Constructors
| DarkForest | |
| Forest | |
| MossDungeon |
The names of assets of this theme. Only filenames: no paths.
Constructors
| Theme | |
Fields
| |