diff options
| author | Michele Bini <michele.bini@gmail.com> | 2014-12-27 00:20:32 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2014-12-27 00:20:32 (GMT) |
| commit | 7ca80afd3989a997864242031ffe1d16c4c19eec (patch) | |
| tree | 52f784555210d42a2deba32b4ee09cd93ce19be7 /game.html.coffee | |
| parent | 4a4bbac2cd31776563d074187d2a39d1b2e50335 (diff) | |
Show intro text
Diffstat (limited to 'game.html.coffee')
| -rw-r--r-- | game.html.coffee | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/game.html.coffee b/game.html.coffee index c618ca1..2ffe016 100644 --- a/game.html.coffee +++ b/game.html.coffee @@ -4,7 +4,7 @@ # This program is available under the terms of the MIT License -version = "0.2.397" +version = "0.2.398" { htmlcup } = require 'htmlcup' @@ -1130,20 +1130,20 @@ genPage = -> time.game = @ time.tickTime = 1.0 / @fps time.setFutureChain([ - # do-> - # after: 0 - # run: @> @narrator.say "Vilma, " - # do-> - # after: 4 - # run: @> @narrator.say "the Happy Vaquita, \n" - # do-> - # after: 4 - # run: @> @narrator.say "presents... \n" - # do-> - # after: 4 - # run: @> @narrator.say "The Moon is sinking" do-> after: 0 + run: @> @narrator.say "Vilma, " + do-> + after: 4 + run: @> @narrator.say "the Happy Vaquita, \n" + do-> + after: 4 + run: @> @narrator.say "presents... \n" + do-> + after: 4 + run: @> @narrator.say "The Moon is sinking" + do-> + after: 4 run: @> @time.playTime = 0 @vilma.score = 0 |
