“b96021bc29fa6bc24a9768916736523bca95d9f5”上不存在“projects/oyai32”
提交 e1dde575 编写于 作者: G Gabriele Cirulli

Merge branch 'master' into gh-pages

...@@ -31,7 +31,11 @@ KeyboardInputManager.prototype.listen = function () { ...@@ -31,7 +31,11 @@ KeyboardInputManager.prototype.listen = function () {
75: 0, // vim keybindings 75: 0, // vim keybindings
76: 1, 76: 1,
74: 2, 74: 2,
72: 3 72: 3,
87: 0, // W
68: 1, // D
83: 2, // S
65: 3 // A
}; };
document.addEventListener("keydown", function (event) { document.addEventListener("keydown", function (event) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册