clearScreen() {
    this.shape.graphics.clear();
    this.shape.x = this.shape.y = 0;
  }