Add ability to restart the game

This commit is contained in:
Andrew Miner
2018-05-28 16:54:20 -06:00
parent a7b7df482a
commit b629982e70
6 changed files with 169 additions and 134 deletions
+1 -1
View File
@@ -33,5 +33,5 @@ $(document).ready ->
STORY.onChange(STORY)
# start the story
STORY.begin()
STORY.restart()
$input.focus()