draw new season menu

This commit is contained in:
Jonathan Lamothe 2019-08-20 10:40:17 -04:00
parent 1662705e4d
commit 113127d33d

View File

@ -45,4 +45,8 @@ mainMenu = C.drawString $ unlines
]
newSeason :: C.Update ()
newSeason = return ()
newSeason = C.drawString $ unlines
[ "*** SEASON TYPE ***"
, "1) Regular Season"
, "2) Playoffs"
]