Merge remote-tracking branch 'misskey-original/develop' into develop
# Conflicts: # packages/frontend/src/pages/about.vue # packages/frontend/src/pages/settings/general.vue # packages/frontend/src/pages/timeline.vue
This commit is contained in:
commit
959374bb78
30 changed files with 766 additions and 447 deletions
|
|
@ -1284,7 +1284,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