Added wizard assets
This commit is contained in:
parent
49b4ca8e5e
commit
c1bfb088e5
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue