Skip to content

Commit

Permalink
Add summary com and update input construct com
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickaod committed May 19, 2024
1 parent 2b13be1 commit db70e6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/js/input.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// Sets the player's state.
export class InputHandler {
// InputHandler Constructor
constructor(game) {
this.game = game;
this.keys = [];
Expand Down

0 comments on commit db70e6f

Please sign in to comment.