mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-08-20 04:27:29 +00:00
feat: add tranq's skin
This commit is contained in:
parent
3e3aa6ea43
commit
58aff0db3a
BIN
public/Skins/tranq.png
Normal file
BIN
public/Skins/tranq.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 989 B |
|
|
@ -72,6 +72,12 @@ const DEFAULT_SKINS: SavedSkin[] = [
|
|||
url: "/Skins/counterr.png",
|
||||
isSlim: true,
|
||||
},
|
||||
{
|
||||
id: "tranqlmao",
|
||||
name: "Tranq",
|
||||
url: "/Skins/tranq.png",
|
||||
isSlim: false,
|
||||
},
|
||||
];
|
||||
|
||||
const HeadPreview = memo(function HeadPreview({ src }: { src: string }) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue