mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Add comment explaining scale
This commit is contained in:
@ -43,6 +43,7 @@ namespace osu.Game.Rulesets.Mania.Mods
|
||||
{
|
||||
public ModHiddenCoveringContainer()
|
||||
{
|
||||
// This cover extends outwards from the hit position.
|
||||
Cover.Scale = new Vector2(1, -1);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user