implemented player position editing

This commit is contained in:
Jonathan Lamothe
2019-11-01 06:26:38 -04:00
parent 5bf5a605aa
commit fc31794ef4
2 changed files with 12 additions and 1 deletions

View File

@@ -87,7 +87,12 @@ nameC = Controller
}
positionC :: Controller
positionC = undefined
positionC = Controller
{ drawController = drawPrompt editPlayerPosPrompt
, handleController = \e -> do
promptHandler editPlayerPosPrompt e
return True
}
ytdGoalsC :: Controller
ytdGoalsC = undefined