summaryrefslogtreecommitdiff
path: root/game-debug.html.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'game-debug.html.coffee')
-rw-r--r--game-debug.html.coffee4
1 files changed, 2 insertions, 2 deletions
diff --git a/game-debug.html.coffee b/game-debug.html.coffee
index 841a7f8..882e284 100644
--- a/game-debug.html.coffee
+++ b/game-debug.html.coffee
@@ -12,7 +12,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-version = "0.0.1"
+version = "0.0.2"
{ htmlcup } = require 'htmlcup'
@@ -292,7 +292,7 @@ genPage = ->
if (time & 0xff) is 0x00 and vaquitas.length < 4
addVaquita()
# s += 0.001
- x -= vx = pressedKeys[leftKey] - pressedKeys[rightKey]
+ x -= vx = 1 # pressedKeys[leftKey] - pressedKeys[rightKey]
y -= pressedKeys[upKey] - pressedKeys[downKey]
if vx > 0
scaleX = 1