feat: new builtin skin

This commit is contained in:
neoapps-dev 2026-06-14 20:01:22 +03:00
parent 879d4a0a2d
commit 583dc5a427
2 changed files with 1 additions and 0 deletions

BIN
public/Skins/huckle.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 899 B

View file

@ -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() {