| 17 | let mutePlayers = true; |
| 18 | |
| 19 | class PlayerState { |
| 20 | constructor() { |
| 21 | this.currentPos = createVector(width / 2, height - 200); // this is the top left corner of the hitbox |
| 22 | this.currentSpeed = createVector(0, 0); |
nothing calls this directly
no outgoing calls
no test coverage detected