Skip to content

Commit

Permalink
Increase drag distance threshold.
Browse files Browse the repository at this point in the history
  • Loading branch information
Golen87 committed Aug 29, 2024
1 parent 42aeb51 commit 946c759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scenes/GameScene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export class GameScene extends BaseScene {

// Touch input settings
this.input.addPointer(2);
this.input.dragDistanceThreshold = 10;
this.input.dragDistanceThreshold = 32;

// Reset daily stats
this.dailyStats = { money: 0, tip: 0, happyCustomers: 0, angryCustomers: 0 };
Expand Down

0 comments on commit 946c759

Please sign in to comment.