Explorar el Código

base pather speed is too fast

tags/v0.6^2
Shaun hace 4 años
padre
commit
a4316c9912
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/client/js/components/keyboardMover.js

+ 1
- 1
src/client/js/components/keyboardMover.js Ver fichero

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

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

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


Cargando…
Cancelar
Guardar