Skip to content

Commit

Permalink
Hide customer happiness timer
Browse files Browse the repository at this point in the history
  • Loading branch information
Golen87 committed Aug 17, 2024
1 parent 18fbfcb commit 473bc9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Customer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export class Customer extends Button {
0.6 * size,
0xfa9425
);
this.happinessTimer.setAlpha(0);
this.add(this.happinessTimer);

this.bindInteractive(this.sprite, true);
Expand Down

0 comments on commit 473bc9c

Please sign in to comment.