diff --git a/src/hooks/useGameManager.ts b/src/hooks/useGameManager.ts index 4ec4b5f..76c78bf 100644 --- a/src/hooks/useGameManager.ts +++ b/src/hooks/useGameManager.ts @@ -48,6 +48,17 @@ export const BASE_EDITIONS = [ panorama: "vanilla_tu24", logo: "/images/revelations.png", }, + { + id: "cafeberry", + name: "Cafeberry", + desc: "Project aiming to faithfully backport TUs, add cross-play and more!", + url: "https://gitea.str1k3r.xyz/cafeberry/cafeberry/releases/download/latest/LCEWindows64.zip", + titleImage: "/images/MenuTitle.png", //neo: TODO: add Cafeberry title image + supportsSlimSkins: false, + logo: "", //neo: TODO: add Cafeberry logo + panorama: "vanilla_tu24", + lceOnline: false, //neo: for now. + }, { id: "360revived", name: "360 Revived",