diff --git a/src/components/Customer.ts b/src/components/Customer.ts index fdd6e21..404a9bb 100644 --- a/src/components/Customer.ts +++ b/src/components/Customer.ts @@ -222,7 +222,7 @@ export class Customer extends Button { this.scene, this.x - 70 + Math.random() * 80, this.y - 80, - "+" + this.moneySpent + " €", + "+$" + this.moneySpent, "yellow", 40, true, @@ -454,7 +454,7 @@ export class Customer extends Button { this.scene, this.x - 70 + Math.random() * 80, this.y - 80, - "+" + this.moneySpent + " €", + "+$" + this.moneySpent, "yellow", 40, true, @@ -470,7 +470,7 @@ export class Customer extends Button { this.scene, this.x - 40 + Math.random() * 80, this.y - 20, - "Tips +" + this.tips + " €", + "Tips +$" + this.tips, "yellow", 40, true,