implemented edit

This commit is contained in:
Jonathan Lamothe
2019-12-17 12:16:26 -05:00
parent 9980a095ed
commit a44ecc5e24
2 changed files with 8 additions and 1 deletions

View File

@@ -100,7 +100,7 @@ createGoalie = let
-- | Launches the edit menu
edit :: ProgState -> ProgState
edit = undefined
edit = progMode .~ EditMenu
-- | Starts the player editing process
editPlayer :: ProgState -> ProgState