implemented nameC

This commit is contained in:
Jonathan Lamothe
2019-11-01 06:10:37 -04:00
parent ece289d68d
commit 911a61ba57
2 changed files with 14 additions and 2 deletions

View File

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