feat(achievements): black fade in and out from home and settings screen
This commit is contained in:
@@ -28,6 +28,7 @@ const { onRender, onClick } = useScreen();
|
||||
const app = useAppStore();
|
||||
const store = useSettingsStore();
|
||||
const achievements = useAchievementsStore();
|
||||
const achievementsScreen = useAchievementsScreen();
|
||||
const confirmationModal = useConfirmationModal();
|
||||
|
||||
const handleCancel = () => {
|
||||
@@ -44,7 +45,7 @@ const handleReset = () => {
|
||||
};
|
||||
|
||||
const handleVisitAll = () => {
|
||||
throw new Error("Not implemented");
|
||||
achievementsScreen.animateFadeToBlackIntro();
|
||||
};
|
||||
|
||||
onClick((x, y) => {
|
||||
|
||||
Reference in New Issue
Block a user