From aa9bd38634370ed11802e7983bb5f53a42e39431 Mon Sep 17 00:00:00 2001 From: saumil-ventura1 <134365735+saumil-ventura1@users.noreply.github.com> Date: Tue, 9 Apr 2024 10:39:44 +0530 Subject: [PATCH 1/6] Update main-adafc8e5c347ee6977fc.bundle.js --- main-adafc8e5c347ee6977fc.bundle.js | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/main-adafc8e5c347ee6977fc.bundle.js b/main-adafc8e5c347ee6977fc.bundle.js index 4b13f23..57077d2 100644 --- a/main-adafc8e5c347ee6977fc.bundle.js +++ b/main-adafc8e5c347ee6977fc.bundle.js @@ -9209,8 +9209,8 @@ this._test_draw = !0, this._targetWinRate = 35, this._initialSize = 1, - this._initialFallSpeed = 1, - this._baseGravity = 50, + this._initialFallSpeed = 0.7, + this._baseGravity = 25, this._minSpawnDelay = 240, this._maxSpawnDelay = 240, this._maxSceneDelay = 7e3, @@ -9460,7 +9460,7 @@ } )), this._test) { - this.nextDifficultyLevel(), + // this.nextDifficultyLevel(), n().Math.RND.sow(["00000000"]); var e = n().Math.RND.integer() , t = n().Math.RND.frac() @@ -9468,7 +9468,7 @@ , r = n().Math.RND.frac(); console.log(e, t, s, r) } else - this.nextDifficultyLevel(), + // this.nextDifficultyLevel(), this.scene.time.addEvent({ delay: this._maxSceneDelay, callback: ()=>{ @@ -9497,8 +9497,8 @@ console.log(this._planetPoints, this._playerPoints, this._pointscore); else if (this._planetPoints <= 0 || this._playerPoints <= 0 || this._pointscore < 0) { this._gameOver = !0, - this._pointscore = 0, - this._multiplier = 0, + // this._pointscore = 0, + // this._multiplier = 0, this.setPaused(!0), this.scene.game.events.emit("end_game", { score: Math.floor(this._pointscore * this._multiplier), @@ -9779,6 +9779,13 @@ s.disableInteractive(), s.off("pointerover"), this.spawnSmoke(r, n, s.depth), + this._numberSliced++, + this._pointscore += this.calculateAdditionScore(), + this._consecutivePositiveHits++, + this.updateMultiplier(), + this.spawnParticle(e.x, e.y, "bmeteor0_fx"), + A.NormalMeteor_Slice02.play(); + this.killStar(s), this._planetPoints--, this.planet.getAnimationList().includes("Crack_0" + this._planetPoints) && this.planet.state.setAnimation(this._maxPlanetPoints - this._planetPoints, "Crack_0" + this._planetPoints, !0), From ef4092d4c0fe0e8dd00526aacae78523d66f13f3 Mon Sep 17 00:00:00 2001 From: saumil-ventura1 <134365735+saumil-ventura1@users.noreply.github.com> Date: Tue, 9 Apr 2024 10:42:06 +0530 Subject: [PATCH 2/6] Update main-adafc8e5c347ee6977fc.bundle.js --- main-adafc8e5c347ee6977fc.bundle.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main-adafc8e5c347ee6977fc.bundle.js b/main-adafc8e5c347ee6977fc.bundle.js index 57077d2..dc651ba 100644 --- a/main-adafc8e5c347ee6977fc.bundle.js +++ b/main-adafc8e5c347ee6977fc.bundle.js @@ -9209,8 +9209,8 @@ this._test_draw = !0, this._targetWinRate = 35, this._initialSize = 1, - this._initialFallSpeed = 0.7, - this._baseGravity = 25, + this._initialFallSpeed = 1, + this._baseGravity = 50, this._minSpawnDelay = 240, this._maxSpawnDelay = 240, this._maxSceneDelay = 7e3, From e7dad5acd831aa09d144e01725f72bbde7aaedb6 Mon Sep 17 00:00:00 2001 From: saumil-ventura1 <134365735+saumil-ventura1@users.noreply.github.com> Date: Tue, 9 Apr 2024 10:46:17 +0530 Subject: [PATCH 3/6] Update main-adafc8e5c347ee6977fc.bundle.js --- main-adafc8e5c347ee6977fc.bundle.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/main-adafc8e5c347ee6977fc.bundle.js b/main-adafc8e5c347ee6977fc.bundle.js index dc651ba..47f90a1 100644 --- a/main-adafc8e5c347ee6977fc.bundle.js +++ b/main-adafc8e5c347ee6977fc.bundle.js @@ -9779,13 +9779,6 @@ s.disableInteractive(), s.off("pointerover"), this.spawnSmoke(r, n, s.depth), - this._numberSliced++, - this._pointscore += this.calculateAdditionScore(), - this._consecutivePositiveHits++, - this.updateMultiplier(), - this.spawnParticle(e.x, e.y, "bmeteor0_fx"), - A.NormalMeteor_Slice02.play(); - this.killStar(s), this._planetPoints--, this.planet.getAnimationList().includes("Crack_0" + this._planetPoints) && this.planet.state.setAnimation(this._maxPlanetPoints - this._planetPoints, "Crack_0" + this._planetPoints, !0), From 9cb5fb70ce893435ad6b7d4c47170debc153e6b2 Mon Sep 17 00:00:00 2001 From: saumil-ventura1 <134365735+saumil-ventura1@users.noreply.github.com> Date: Tue, 9 Apr 2024 10:56:17 +0530 Subject: [PATCH 4/6] Update main-adafc8e5c347ee6977fc.bundle.js --- main-adafc8e5c347ee6977fc.bundle.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/main-adafc8e5c347ee6977fc.bundle.js b/main-adafc8e5c347ee6977fc.bundle.js index 47f90a1..e6a48f9 100644 --- a/main-adafc8e5c347ee6977fc.bundle.js +++ b/main-adafc8e5c347ee6977fc.bundle.js @@ -9381,7 +9381,7 @@ } nextDifficultyLevel() { if (!this._gameOver) { - this._baseGravity += 50, + // this._baseGravity += 50, this._maxSpawnDelay = Math.max(this._maxSpawnDelay - 100, this._minSpawnDelay); var e = this.scene.registry.has("difficultySetting") ? this.scene.registry.get("difficultySetting") : 0 , t = this.scene.registry.has("difficultyWinRate") ? this.scene.registry.get("difficultyWinRate") : .05 @@ -9460,7 +9460,7 @@ } )), this._test) { - // this.nextDifficultyLevel(), + this.nextDifficultyLevel(), n().Math.RND.sow(["00000000"]); var e = n().Math.RND.integer() , t = n().Math.RND.frac() @@ -9468,7 +9468,7 @@ , r = n().Math.RND.frac(); console.log(e, t, s, r) } else - // this.nextDifficultyLevel(), + this.nextDifficultyLevel(), this.scene.time.addEvent({ delay: this._maxSceneDelay, callback: ()=>{ @@ -9497,8 +9497,8 @@ console.log(this._planetPoints, this._playerPoints, this._pointscore); else if (this._planetPoints <= 0 || this._playerPoints <= 0 || this._pointscore < 0) { this._gameOver = !0, - // this._pointscore = 0, - // this._multiplier = 0, + this._pointscore = 0, + this._multiplier = 0, this.setPaused(!0), this.scene.game.events.emit("end_game", { score: Math.floor(this._pointscore * this._multiplier), From cf6141c721efdd2e057b103958e010fb86ef521b Mon Sep 17 00:00:00 2001 From: saumil-ventura1 <134365735+saumil-ventura1@users.noreply.github.com> Date: Tue, 9 Apr 2024 10:58:13 +0530 Subject: [PATCH 5/6] Update main-adafc8e5c347ee6977fc.bundle.js --- main-adafc8e5c347ee6977fc.bundle.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main-adafc8e5c347ee6977fc.bundle.js b/main-adafc8e5c347ee6977fc.bundle.js index e6a48f9..1b325a5 100644 --- a/main-adafc8e5c347ee6977fc.bundle.js +++ b/main-adafc8e5c347ee6977fc.bundle.js @@ -9497,8 +9497,8 @@ console.log(this._planetPoints, this._playerPoints, this._pointscore); else if (this._planetPoints <= 0 || this._playerPoints <= 0 || this._pointscore < 0) { this._gameOver = !0, - this._pointscore = 0, - this._multiplier = 0, + // this._pointscore = 0, + // this._multiplier = 0, this.setPaused(!0), this.scene.game.events.emit("end_game", { score: Math.floor(this._pointscore * this._multiplier), From ce07ccb72d763c54317bb6adc29435c0b615d21d Mon Sep 17 00:00:00 2001 From: saumil-ventura1 <134365735+saumil-ventura1@users.noreply.github.com> Date: Tue, 9 Apr 2024 11:04:47 +0530 Subject: [PATCH 6/6] Update main-adafc8e5c347ee6977fc.bundle.js --- main-adafc8e5c347ee6977fc.bundle.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main-adafc8e5c347ee6977fc.bundle.js b/main-adafc8e5c347ee6977fc.bundle.js index 1b325a5..ee74f71 100644 --- a/main-adafc8e5c347ee6977fc.bundle.js +++ b/main-adafc8e5c347ee6977fc.bundle.js @@ -9391,8 +9391,8 @@ this._test ? (this._maxSpawnDelay = 2e3, this.spawnStar(this.randomTypeObject(-1))) : e >= 1 ? (void 0 !== r ? (r *= n, this._initialSize = Math.max(this._initialSize - r, .6), - this._initialFallSpeed += r) : (this._initialSize = Math.max(this._initialSize - .01, .6), - this._initialFallSpeed += .01), + this._initialFallSpeed) : (this._initialSize = Math.max(this._initialSize - .01, .6), + this._initialFallSpeed), this.spawnStar(this.randomTypeObject(1)), this._numRockets < this._maxRockets && Math.random() < this._rateRockets && (this._numRockets++, this._initialRocketSize = Math.max(this._initialSize * this._initialRocketSize + r, 1.5),