Simplify menu screens (no choice of display parameters)
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
module Dodge.Menu.Loading (
|
||||
loadingScreen,
|
||||
) where
|
||||
|
||||
import Dodge.Data.Universe
|
||||
import Dodge.ListDisplayParams
|
||||
|
||||
loadingScreen :: String -> ScreenLayer
|
||||
loadingScreen str =
|
||||
OptionScreen
|
||||
{ _scTitle = str
|
||||
, _scOptions = []
|
||||
, _scOffset = 0
|
||||
, _scPositionedMenuOption = NoEscapeMenuOption
|
||||
, _scOptionFlag = LoadingScreen
|
||||
, _scSelectionList = []
|
||||
, _scAvailableLines = 0
|
||||
-- , _scListDisplayParams = optionListDisplayParams
|
||||
, _scDisplayTime = 0
|
||||
}
|
||||
Reference in New Issue
Block a user