diff --git a/public/Skins/ava.png b/public/Skins/ava.png new file mode 100644 index 0000000..b3236bb Binary files /dev/null and b/public/Skins/ava.png differ diff --git a/public/Skins/byte.png b/public/Skins/byte.png new file mode 100644 index 0000000..877a77d Binary files /dev/null and b/public/Skins/byte.png differ diff --git a/src/components/views/SkinsView.tsx b/src/components/views/SkinsView.tsx index ac6b6a9..a7a42d3 100644 --- a/src/components/views/SkinsView.tsx +++ b/src/components/views/SkinsView.tsx @@ -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(null); const [viewMode, setViewMode] = useState<"skin" | "cape">("skin"); diff --git a/src/hooks/useGameManager.ts b/src/hooks/useGameManager.ts index ae01e1b..9bfec1f 100644 --- a/src/hooks/useGameManager.ts +++ b/src/hooks/useGameManager.ts @@ -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",