diff options
| author | Michele Bini <michele.bini@gmail.com> | 2014-11-30 16:24:36 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2014-11-30 16:24:47 (GMT) |
| commit | fa3a4fbb944ce5d93f707a986c162acf45e82e34 (patch) | |
| tree | bb96c271132478ec692da2471db8177512c3d93a /SunkenMoon.html.coffee | |
| parent | 4aee222ea96e269fea91387d324391701c8bdaad (diff) | |
Save Vaquitas link
Diffstat (limited to 'SunkenMoon.html.coffee')
| -rw-r--r-- | SunkenMoon.html.coffee | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SunkenMoon.html.coffee b/SunkenMoon.html.coffee index 8272ca9..d007684 100644 --- a/SunkenMoon.html.coffee +++ b/SunkenMoon.html.coffee @@ -4,7 +4,7 @@ # This program is available under the terms of the MIT License -version = "0.1.155" +version = "0.1.156" { htmlcup } = require 'htmlcup' @@ -66,7 +66,7 @@ genPage = -> @header style:"position:absolute;top:0;left:0;font-size:14px;width:100%;color:black", -> @span gameName @span " - " - @a target:"_blank", href:"index.html", "Learn about Vaquitas" + @a target:"_blank", href:"index.html", "Save Vaquitas" @div style:"text-align:right", id:"fps" gameObjects = null @script type:"text/javascript", "gameObjects=#{JSON.stringify(gameObjects)};" |
