diff options
| author | Michele Bini <michele.bini@gmail.com> | 2014-11-20 19:31:46 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2014-11-20 19:31:46 (GMT) |
| commit | b682c86130bcd1992a7b20f567529b9458ab3bc7 (patch) | |
| tree | 78ee132a86749c8207270e9b1e6ccfa5f5993bc0 /game.html.coffee | |
| parent | a458bd7e4944c3d3595987db990ad55e35e8b9cb (diff) | |
small frame fix and rename some image files
Diffstat (limited to 'game.html.coffee')
| -rw-r--r-- | game.html.coffee | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/game.html.coffee b/game.html.coffee index 3ad6105..30dc1a4 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.1.62" +version = "0.1.63" { htmlcup } = require 'htmlcup' @@ -19,13 +19,13 @@ datauripng = (x)-> datauri "image/png", x datauriicon = (x)-> datauri "image/x-icon", x icon = datauriicon "vaquita.ico" -pixyvaquita = datauripng "pixyvaquita_v2.png" +pixyvaquita = datauripng "vilma.png" pixyvaquita_v105 = datauripng "pixyvaquita_v105_v.png" frames = _: pixyvaquita _v105: pixyvaquita_v105 - twist_l: datauripng "pixyvaquita_v2_twist_l.png" - twist_r: datauripng "pixyvaquita_v2_twist_r.png" + twist_l: datauripng "vilma_twist_l.png" + twist_r: datauripng "vilma_twist_r.png" gameName = "#{title} v#{version}" |
