LambdaHack-0.10.2.0: A game engine library for tactical squad ASCII roguelike dungeon crawlers
Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Client.UI.DrawM

Description

Display game data on the screen using one of the available frontends (determined at compile time with cabal flags).

Synopsis

Documentation

drawHudFrame :: MonadClientUI m => ColorMode -> LevelId -> m PreFrame Source #

Draw the whole screen: level map and status area.

Internal operations