Add options page scrolling
This commit is contained in:
@@ -40,7 +40,7 @@ hudDrawings cfig w = case _hudElement $ _hud w of
|
||||
drawInGameHUD :: Configuration -> World -> Picture
|
||||
drawInGameHUD cfig w = pictures
|
||||
[ winScale cfig . dShadCol white $ displayHP 0 cfig w
|
||||
, listPicturesAt (halfWidth cfig) 0 cfig $ map text (_testString w w)
|
||||
, listPicturesAt (halfWidth cfig) 0 cfig $ map text (_testString w cfig w)
|
||||
, inventoryDisplay cfig w
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user