added create player option to main menu

This commit is contained in:
Jonathan Lamothe
2019-09-09 10:51:32 -04:00
parent 6b73e367e4
commit d5d08aa0f7
5 changed files with 17 additions and 1 deletions
+1
View File
@@ -164,6 +164,7 @@ data ProgMode
= MainMenu
| NewSeason
| NewGame GameState
| CreatePlayer CreatePlayerState
deriving (Eq, Show)
-- | The game state