Refactor verb handling to Actor superclass

This commit is contained in:
Andrew Miner
2018-05-28 20:29:54 -06:00
parent aebb5b14ac
commit 302a9b2c3a
4 changed files with 164 additions and 123 deletions
+1 -1
View File
@@ -33,5 +33,5 @@ $(document).ready ->
STORY.onChange(STORY)
# start the story
STORY.restart()
STORY.reset()
$input.focus()