From 74871c43147b788fba3722572d1141b91cc63ce7 Mon Sep 17 00:00:00 2001 From: Michele Bini Date: Fri, 26 Dec 2014 14:18:11 +0100 Subject: Fix heroine's movement, try n.3 diff --git a/game.html.coffee b/game.html.coffee index fe6f98d..28d6b7a 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.342" +version = "0.2.343" { htmlcup } = require 'htmlcup' @@ -420,8 +420,8 @@ genPage = -> vx *= 0.8 vy *= 0.8 else - fvx *= 0.95 - fvy *= 0.95 + vx *= 0.95 + vy *= 0.95 @vx = vx @vy = vy @px = (@fpx += @vx) -- cgit v0.10.2