mirror of
https://github.com/ppy/osu
synced 2025-01-03 04:42:10 +00:00
Add comment explaining scale
This commit is contained in:
parent
74c7d9e67d
commit
967238e269
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user