mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-08-20 04:27:29 +00:00
feat: new builtin skin
This commit is contained in:
parent
879d4a0a2d
commit
583dc5a427
BIN
public/Skins/huckle.png
Normal file
BIN
public/Skins/huckle.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 899 B |
|
|
@ -55,6 +55,7 @@ const DEFAULT_SKINS: SavedSkin[] = [
|
|||
isSlim: false,
|
||||
},
|
||||
{ id: "amy", name: "Amy", url: "/Skins/amy.png", isSlim: true },
|
||||
{ id: "huckle", name: "Huckle", url: "/Skins/huckle.png", isSlim: true },
|
||||
];
|
||||
|
||||
const SkinsView = memo(function SkinsView() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue