Set up overview screen with click handlers
This commit is contained in:
parent
a4bb1655d0
commit
954cc1fe72
7 changed files with 93 additions and 8 deletions
|
|
@ -28,6 +28,9 @@ export class Player {
|
|||
|
||||
this.drawPlayerTrail();
|
||||
this.drawPlayerShape(this.x, this.y);
|
||||
}
|
||||
|
||||
public move() {
|
||||
this.drawCursorIndicator(mp5.mouseX, mp5.mouseY, 4);
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue