mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-08-20 04:27:29 +00:00
feat: add Lost Legacy
This commit is contained in:
parent
1ca5f1b1b4
commit
eefd64771b
BIN
public/images/lostlegacy.png
Normal file
BIN
public/images/lostlegacy.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 80 KiB |
BIN
public/images/lostlegacy_title.png
Normal file
BIN
public/images/lostlegacy_title.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 171 KiB |
BIN
public/panorama/vanilla_tu1_Panorama_Background_Day.png
Normal file
BIN
public/panorama/vanilla_tu1_Panorama_Background_Day.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 170 KiB |
BIN
public/panorama/vanilla_tu1_Panorama_Background_Night.png
Normal file
BIN
public/panorama/vanilla_tu1_Panorama_Background_Night.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 136 KiB |
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue