Merge branch 'master' into gh-pages

This commit is contained in:
Gabriele Cirulli
2014-03-11 16:32:35 +01:00
+5 -1
View File
@@ -31,7 +31,11 @@ KeyboardInputManager.prototype.listen = function () {
75: 0, // vim keybindings
76: 1,
74: 2,
72: 3
72: 3,
87: 0, // W
68: 1, // D
83: 2, // S
65: 3 // A
};
document.addEventListener("keydown", function (event) {