Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Matojeje committed Aug 20, 2024
2 parents efae598 + 61312a2 commit e356d38
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/Customer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,12 +243,12 @@ export class Customer extends Button {
this.scene,
this.x - 70 + Math.random() * 80,
this.y - 80,
"+" + this.moneySpent + " €",
"+$" + this.moneySpent,
"yellow",
40,
true,
"red",
800,
2000,
100,
0.7,
0
Expand Down Expand Up @@ -476,12 +476,12 @@ export class Customer extends Button {
this.scene,
this.x - 70 + Math.random() * 80,
this.y - 80,
"+" + this.moneySpent + " €",
"+$" + this.moneySpent,
"yellow",
40,
true,
"red",
800,
2000,
100,
0.7,
0
Expand All @@ -492,12 +492,12 @@ 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,
"red",
800,
2000,
100,
0.7,
0
Expand Down

0 comments on commit e356d38

Please sign in to comment.