From d0f22d7a3f09927c75dfc5f897736f7d5f25d39f Mon Sep 17 00:00:00 2001 From: Michele Bini Date: Mon, 6 Oct 2014 00:13:10 +0200 Subject: game title 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' -- cgit v0.10.2