Browse Source

base pather speed is too fast

tags/v0.6^2
Shaun 4 years ago
parent
commit
a4316c9912
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/client/js/components/keyboardMover.js

+ 1
- 1
src/client/js/components/keyboardMover.js View File

@@ -13,7 +13,7 @@ define([
type: 'keyboardMover',

moveCd: 0,
moveCdMax: 4,
moveCdMax: 8,

init: function () {
this.hookEvent('onCanvasKeyDown', this.onCanvasKeyDown.bind(this));


Loading…
Cancel
Save