mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-08-20 04:27:29 +00:00
comment out cafeberry
This commit is contained in:
parent
e3be6078ff
commit
9efaf64cea
BIN
public/Skins/ava.png
Normal file
BIN
public/Skins/ava.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
BIN
public/Skins/byte.png
Normal file
BIN
public/Skins/byte.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
|
|
@ -56,6 +56,12 @@ const DEFAULT_SKINS: SavedSkin[] = [
|
|||
isSlim: false,
|
||||
},
|
||||
{ id: "striker", name: "str1k3r", url: "/Skins/str1k3r.png", isSlim: true },
|
||||
{
|
||||
id: "bytebukkit",
|
||||
name: "ByteBukkit",
|
||||
url: "/Skins/byte.png",
|
||||
isSlim: false,
|
||||
},
|
||||
{ id: "andipog", name: "Andi_Pog", url: "/Skins/andi.png", isSlim: false },
|
||||
{ id: "sevenhundred", name: "700", url: "/Skins/700.png", isSlim: false },
|
||||
{
|
||||
|
|
@ -65,6 +71,7 @@ const DEFAULT_SKINS: SavedSkin[] = [
|
|||
isSlim: false,
|
||||
},
|
||||
{ id: "amy", name: "Amy", url: "/Skins/amy.png", isSlim: true }, //neo: she's the best btw
|
||||
{ id: "avalilac", name: "AvaLilac", url: "/Skins/ava.png", isSlim: true },
|
||||
{ id: "huckle", name: "Huckle", url: "/Skins/huckle.png", isSlim: true },
|
||||
{
|
||||
id: "counterract",
|
||||
|
|
@ -120,8 +127,14 @@ const SkinsView = memo(function SkinsView() {
|
|||
const { setActiveView, setIsUiHidden } = useUI();
|
||||
const { playPressSound, playBackSound } = useAudio();
|
||||
const { isAndroid } = usePlatform();
|
||||
const { skinUrl, setSkinUrl, skinIsSlim, setSkinIsSlim, capeUrl, setCapeUrl } =
|
||||
useSkin();
|
||||
const {
|
||||
skinUrl,
|
||||
setSkinUrl,
|
||||
skinIsSlim,
|
||||
setSkinIsSlim,
|
||||
capeUrl,
|
||||
setCapeUrl,
|
||||
} = useSkin();
|
||||
|
||||
const [focusIndex, setFocusIndex] = useState<number | null>(null);
|
||||
const [viewMode, setViewMode] = useState<"skin" | "cape">("skin");
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ 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!",
|
||||
|
|
@ -58,7 +58,7 @@ export const BASE_EDITIONS = [
|
|||
logo: "", //neo: TODO: add Cafeberry logo
|
||||
panorama: "vanilla_tu24",
|
||||
lceOnline: false, //neo: for now.
|
||||
},
|
||||
},*/
|
||||
{
|
||||
id: "lostlegacy",
|
||||
name: "Project Lost Legacy",
|
||||
|
|
|
|||
Loading…
Reference in a new issue