diff --git a/assets/blueWizard.png b/assets/blueWizard.png new file mode 100644 index 0000000..c9fd468 Binary files /dev/null and b/assets/blueWizard.png differ diff --git a/assets/jewels.psd b/assets/jewels.psd index 9561d7d..c7f2d4f 100644 Binary files a/assets/jewels.psd and b/assets/jewels.psd differ diff --git a/assets/wizard-excited.mp4 b/assets/wizard-excited.mp4 new file mode 100644 index 0000000..4a05aca Binary files /dev/null and b/assets/wizard-excited.mp4 differ diff --git a/assets/wizard-match.mp4 b/assets/wizard-match.mp4 new file mode 100644 index 0000000..31f2b25 Binary files /dev/null and b/assets/wizard-match.mp4 differ diff --git a/assets/wizard-pleased.mp4 b/assets/wizard-pleased.mp4 new file mode 100644 index 0000000..985f10b Binary files /dev/null and b/assets/wizard-pleased.mp4 differ diff --git a/assets/wizard-resting.mp4 b/assets/wizard-resting.mp4 new file mode 100644 index 0000000..b7f4dfb Binary files /dev/null and b/assets/wizard-resting.mp4 differ diff --git a/src/GameScene.js b/src/GameScene.js index 5a3d7a7..73cf471 100644 --- a/src/GameScene.js +++ b/src/GameScene.js @@ -815,7 +815,7 @@ export class GameScene extends Phaser.Scene { // When all jewels have dropped, check for new matches if (droppedCount === jewelsToDrop.length) { - this.time.delayedCall(200, () => { + this.time.delayedCall(400, () => { this.isDropping = false; // Check for new matches after dropping this.checkMatches(); diff --git a/src/config.js b/src/config.js index 7fe813a..673d835 100644 --- a/src/config.js +++ b/src/config.js @@ -37,7 +37,7 @@ export const LEVEL_CONFIG = { moveInterval: 10000, ally: 'surfer', spritePlus: 5, - gridColor: 0xFFFFFF + gridColor: 0xffc39f }, 6: { numberOfJewels: 6, @@ -45,7 +45,7 @@ export const LEVEL_CONFIG = { moveInterval: 10000, ally: 'surfer', spritePlus: 5, - gridColor: 0xFFFFFF + gridColor: 0xffa169 }, 7: { numberOfJewels: 6, @@ -53,7 +53,7 @@ export const LEVEL_CONFIG = { moveInterval: 9500, ally: 'surfer', spritePlus: 5, - gridColor: 0xFFFFFF + gridColor: 0xff8236 }, 8: { numberOfJewels: 6,