LambdaHack-0.6.2.0: A game engine library for roguelike dungeon crawlers

Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Common.ClientOptions

Description

Screen frames and animations.

Documentation

data DebugModeCli Source #

Constructors

DebugModeCli 

Fields

Instances

Eq DebugModeCli Source # 
Show DebugModeCli Source # 
Generic DebugModeCli Source # 

Associated Types

type Rep DebugModeCli :: * -> * #

Binary DebugModeCli Source # 
type Rep DebugModeCli Source # 
type Rep DebugModeCli = D1 * (MetaData "DebugModeCli" "Game.LambdaHack.Common.ClientOptions" "LambdaHack-0.6.2.0-6LvAjp6yuzE4Q9dWwe00a" False) (C1 * (MetaCons "DebugModeCli" PrefixI True) ((:*:) * ((:*:) * ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "sgtkFontFamily") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "sdlFontFile") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "sdlTtfSizeAdd") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 * (Maybe Int))) ((:*:) * (S1 * (MetaSel (Just Symbol "sdlFonSizeAdd") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 * (Maybe Int))) (S1 * (MetaSel (Just Symbol "sfontSize") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 * (Maybe Int)))))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "scolorIsBold") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 * (Maybe Bool))) (S1 * (MetaSel (Just Symbol "smaxFps") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 * (Maybe Int)))) ((:*:) * (S1 * (MetaSel (Just Symbol "sdisableAutoYes") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 * Bool)) ((:*:) * (S1 * (MetaSel (Just Symbol "snoAnim") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 * (Maybe Bool))) (S1 * (MetaSel (Just Symbol "snewGameCli") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 * Bool)))))) ((:*:) * ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "sbenchmark") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 * Bool)) (S1 * (MetaSel (Just Symbol "stitle") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "sfontDir") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 * (Maybe FilePath))) ((:*:) * (S1 * (MetaSel (Just Symbol "ssavePrefixCli") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 * String)) (S1 * (MetaSel (Just Symbol "sfrontendTeletype") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 * Bool))))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "sfrontendNull") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 * Bool)) (S1 * (MetaSel (Just Symbol "sfrontendLazy") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 * Bool))) ((:*:) * (S1 * (MetaSel (Just Symbol "sdbgMsgCli") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 * Bool)) ((:*:) * (S1 * (MetaSel (Just Symbol "sstopAfterSeconds") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 * (Maybe Int))) (S1 * (MetaSel (Just Symbol "sstopAfterFrames") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 * (Maybe Int)))))))))