fixed references to story in player
This commit is contained in:
parent
72f7436f5c
commit
287e12665a
|
@ -11,7 +11,7 @@ class Player
|
|||
scene.id = "s#{++i}" for scene in scenes for key, scenes of @story.scenes
|
||||
|
||||
play: ->
|
||||
@container.html @converter.makeHtml "##{story.name}\n\n#{story.description}\n\n[Click to start...](/#{story.firstScene})"
|
||||
@container.html @converter.makeHtml "##{@story.name}\n\n#{@story.description}\n\n[Click to start...](/#{@story.firstScene})"
|
||||
@wireLinks()
|
||||
|
||||
wireLinks: ->
|
||||
|
|
Loading…
Reference in New Issue