mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-08-20 04:27:29 +00:00
feat(skinviewer): make skin face inwards instead of outwards
This commit is contained in:
parent
abf62839e1
commit
87bb6b7435
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue