mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Invert the playfield by default to make calculations a bit simpler and clean up a lot of code.
This commit is contained in:
@ -20,8 +20,8 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
|
||||
|
||||
Add(headPiece = new NotePiece
|
||||
{
|
||||
Anchor = Anchor.BottomCentre,
|
||||
Origin = Anchor.BottomCentre
|
||||
Anchor = Anchor.TopCentre,
|
||||
Origin = Anchor.TopCentre
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user