LambdaHack-0.11.0.1: A game engine library for tactical squad ASCII roguelike dungeon crawlers
Safe HaskellSafe-Inferred
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