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