Skip to content

Commit

Permalink
Update main-adafc8e5c347ee6977fc.bundle.js
Browse files Browse the repository at this point in the history
  • Loading branch information
saumil-ventura1 authored Apr 10, 2024
1 parent 14888d2 commit 4373830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main-adafc8e5c347ee6977fc.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -8443,8 +8443,8 @@
sendEndGameDataToPlatform(e) {
var t;
const s = {
result: e.score > 0 ? "won" : "lost",
score: e.score,
result: 25 > 0 ? "won" : "lost",
score: 25,
multiplier: Math.round(100 * e.multiplier),
difficultySetting: this.scene.registry.get("difficultySetting"),
slicePercentage: Math.round(100 * e.slicePercentage)
Expand Down

0 comments on commit 4373830

Please sign in to comment.