feat(skinviewer): make skin face inwards instead of outwards

This commit is contained in:
neoapps-dev 2026-08-16 23:10:42 +03:00
parent abf62839e1
commit 87bb6b7435

View file

@ -383,7 +383,7 @@ const SkinViewer = memo(function SkinViewer({
}
const name = username.toLowerCase();
playerGroup.rotation.y = -0.3;
playerGroup.rotation.y = 0.3;
if (name === "dinnerbone" || name === "grumm") {
playerGroup.scale.y = -1;
playerGroup.position.y = 1.5;