summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2014-10-05 22:13:10 (GMT)
committerMichele Bini <michele.bini@gmail.com>2014-10-05 22:13:10 (GMT)
commitd0f22d7a3f09927c75dfc5f897736f7d5f25d39f (patch)
tree1b5851e64299400bf3d1971f7e1b4d56dae6c276
parent5fff25d8a1328f0c1bff5a401e99d4f630b3e80a (diff)
game title
-rw-r--r--game.html.coffee4
1 files changed, 2 insertions, 2 deletions
diff --git a/game.html.coffee b/game.html.coffee
index 9cd6c7e..f77a3a9 100644
--- a/game.html.coffee
+++ b/game.html.coffee
@@ -4,13 +4,13 @@
# This program is available under the terms of the MIT License
-version = "0.1.56"
+version = "0.1.57"
{ htmlcup } = require 'htmlcup'
htmlcup[x] = htmlcup.compileTag x for x in [ "svg", "rect", "g", "ellipse", "polygon", "line", "image", "defs", "linearGradient", "stop", "use" ]
-title = "Vilma the Vaquita"
+title = "Vilma the Vaquita Demo"
fs = require 'fs'