Merge remote-tracking branch 'misskey-dev/develop' into io
This commit is contained in:
commit
ebbb515087
30 changed files with 768 additions and 449 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue