Closed JaredSartin closed 3 years ago
The keyboard binding fails to look up the proper key code! Here is my bind definition:
Q.input.keyboardControls({ LEFT: "left", RIGHT: "right", UP: "action", DOWN: "fire", Z: "action", X: "fire", SPACE: "action", ONE: "LesserScroot", TWO: "Scroot", THREE: "WaterElemental", Q: "LesserScroot", W: "Scroot", E: "WaterElemental", });
Here is what is bound:
> Q.input.keys Object 32: "action" 37: "left" 38: "action" 39: "right" 40: "fire" 88: "fire" 90: "action" E: "WaterElemental" ONE: "LesserScroot" Q: "LesserScroot" THREE: "WaterElemental" TWO: "Scroot" W: "Scroot"
Whats going on?
The keyboard binding fails to look up the proper key code! Here is my bind definition:
Here is what is bound:
Whats going on?