nyx-game-1.0.1.0: A bullet-hell game made with SDL2.

Safe HaskellNone
LanguageHaskell2010

Play.Engine.Settings

Documentation

data Settings Source #

Instances
Show Settings Source # 
Instance details

Defined in Play.Engine.Settings

data WindowScale Source #

Constructors

SmallWindow 
NormalWindow 
Instances
Show WindowScale Source # 
Instance details

Defined in Play.Engine.Settings

runResult :: b -> StateT b (ExceptT e Identity) a -> Either e (b, a) Source #