implemented nameC

This commit is contained in:
Jonathan Lamothe
2019-11-01 06:50:08 -04:00
parent ece289d68d
commit 911a61ba57
2 changed files with 14 additions and 2 deletions
+6 -1
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