diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2024-01-08 11:02:05 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-08 11:02:05 +0900 |
| commit | 6a02dfdd3b677f09c36506003db98b4638c3e84e (patch) | |
| tree | bc92bdcd6344ab511d13d5c052c4f26ee2c3374e /packages/backend/src/core/AchievementService.ts | |
| parent | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop (diff) | |
| download | misskey-6a02dfdd3b677f09c36506003db98b4638c3e84e.tar.gz misskey-6a02dfdd3b677f09c36506003db98b4638c3e84e.tar.bz2 misskey-6a02dfdd3b677f09c36506003db98b4638c3e84e.zip | |
enhance(frontend): バブルゲームの諸々を修正・改良 (#12938)
* enhance(frontend): バブルゲームのテクスチャをゲーム開始時にキャッシュするように
* (fix) カーソルが枠線内を動くように
* (add) 最大コンボ数を表示するように
* (add) 実績を追加
* Update ja-JP.yml
* tweak
* tweak flavor
* perf tweak
* refactor
* perf tweak
* lint
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Diffstat (limited to 'packages/backend/src/core/AchievementService.ts')
| -rw-r--r-- | packages/backend/src/core/AchievementService.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/backend/src/core/AchievementService.ts b/packages/backend/src/core/AchievementService.ts index 88fc033859..a28b68ee86 100644 --- a/packages/backend/src/core/AchievementService.ts +++ b/packages/backend/src/core/AchievementService.ts @@ -87,6 +87,8 @@ export const ACHIEVEMENT_TYPES = [ 'brainDiver', 'smashTestNotificationButton', 'tutorialCompleted', + 'bubbleGameExplodingHead', + 'bubbleGameDoubleExplodingHead', ] as const; @Injectable() |