show(player) {
    if (this.isBuildable) {
      this.drawing.fill(player.color);
      this.drawing.opacity(0.4);
      this.group.show();