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 :: C.Update ()
|
||||||
newSeason = return ()
|
newSeason = C.drawString $ unlines
|
||||||
|
[ "*** SEASON TYPE ***"
|
||||||
|
, "1) Regular Season"
|
||||||
|
, "2) Playoffs"
|
||||||
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user