diff --git a/assets/js/input.js b/assets/js/input.js index 2a02f1e..55485df 100644 --- a/assets/js/input.js +++ b/assets/js/input.js @@ -1,4 +1,6 @@ +// Sets the player's state. export class InputHandler { + // InputHandler Constructor constructor(game) { this.game = game; this.keys = [];