chore(drop-and-fusion): bump version

This commit is contained in:
syuilo 2024-01-18 11:19:43 +09:00
parent 945d6a2b09
commit 1dcf25c24f
1 changed files with 1 additions and 1 deletions

View File

@ -990,7 +990,7 @@ export class DropAndFusionGame extends EventEmitter<{
}> {
private PHYSICS_QUALITY_FACTOR = 16; // 低いほどパフォーマンスが高いがガタガタして安定しなくなる、逆に高すぎても何故か不安定になる
private COMBO_INTERVAL = 60; // frame
public readonly GAME_VERSION = 2;
public readonly GAME_VERSION = 3;
public readonly GAME_WIDTH = 450;
public readonly GAME_HEIGHT = 600;
public readonly DROP_COOLTIME = 30; // frame