draw new season menu
This commit is contained in:
parent
1662705e4d
commit
113127d33d
|
@ -45,4 +45,8 @@ mainMenu = C.drawString $ unlines
|
|||
]
|
||||
|
||||
newSeason :: C.Update ()
|
||||
newSeason = return ()
|
||||
newSeason = C.drawString $ unlines
|
||||
[ "*** SEASON TYPE ***"
|
||||
, "1) Regular Season"
|
||||
, "2) Playoffs"
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user