mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 17:37:23 +09:00
Adjust applied body ratio to ROUGHLY match stable
This commit is contained in:
parent
55358d36c8
commit
bd8c58dc62
@ -228,7 +228,7 @@ namespace osu.Game.Rulesets.Mania.Skinning.Legacy
|
|||||||
|
|
||||||
bodySprite.FillMode = FillMode.Stretch;
|
bodySprite.FillMode = FillMode.Stretch;
|
||||||
// i dunno this looks about right??
|
// i dunno this looks about right??
|
||||||
bodySprite.Scale = new Vector2(1, 10000 / sprite.DrawHeight);
|
bodySprite.Scale = new Vector2(1, 32800 / sprite.DrawHeight);
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user