diff --git a/public/images/lostlegacy.png b/public/images/lostlegacy.png new file mode 100644 index 0000000..d4ffbfc Binary files /dev/null and b/public/images/lostlegacy.png differ diff --git a/public/images/lostlegacy_title.png b/public/images/lostlegacy_title.png new file mode 100644 index 0000000..116d426 Binary files /dev/null and b/public/images/lostlegacy_title.png differ diff --git a/public/panorama/vanilla_tu1_Panorama_Background_Day.png b/public/panorama/vanilla_tu1_Panorama_Background_Day.png new file mode 100644 index 0000000..df8dc52 Binary files /dev/null and b/public/panorama/vanilla_tu1_Panorama_Background_Day.png differ diff --git a/public/panorama/vanilla_tu1_Panorama_Background_Night.png b/public/panorama/vanilla_tu1_Panorama_Background_Night.png new file mode 100644 index 0000000..645f80c Binary files /dev/null and b/public/panorama/vanilla_tu1_Panorama_Background_Night.png differ diff --git a/src/hooks/useGameManager.ts b/src/hooks/useGameManager.ts index e938263..ae01e1b 100644 --- a/src/hooks/useGameManager.ts +++ b/src/hooks/useGameManager.ts @@ -59,6 +59,17 @@ export const BASE_EDITIONS = [ panorama: "vanilla_tu24", lceOnline: false, //neo: for now. }, + { + id: "lostlegacy", + name: "Project Lost Legacy", + desc: "Downporting project aiming at bringing back the feel of Title Update 1 with extra QoL features.", + url: "no", //neo: TODO: update url when sails makes it public + titleImage: "/images/lostlegacy_title.png", + logo: "/images/lostlegacy.png", + supportsSlimSkins: false, + panorama: "vanilla_tu1", + comingSoon: true, + }, { id: "360revived", name: "360 Revived",