Added wizard assets

This commit is contained in:
Brian Fertig 2025-08-26 20:48:13 -06:00
parent 49b4ca8e5e
commit c1bfb088e5
8 changed files with 4 additions and 4 deletions

BIN
assets/blueWizard.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

BIN
assets/wizard-excited.mp4 Normal file

Binary file not shown.

BIN
assets/wizard-match.mp4 Normal file

Binary file not shown.

BIN
assets/wizard-pleased.mp4 Normal file

Binary file not shown.

BIN
assets/wizard-resting.mp4 Normal file

Binary file not shown.

View File

@ -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();

View File

@ -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,