mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-29 21:04:37 +02:00
wip
This commit is contained in:
@@ -273,7 +273,7 @@ export class DropAndFusionGame extends EventEmitter<{
|
||||
}
|
||||
}
|
||||
|
||||
private gameOver() {
|
||||
public gameOver() {
|
||||
this.isGameOver = true;
|
||||
if (this.tickRaf) window.cancelAnimationFrame(this.tickRaf);
|
||||
this.tickRaf = null;
|
||||
|
||||
Reference in New Issue
Block a user