mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:18:22 +08:00
Fix coordinate space
This commit is contained in:
parent
69db1b2778
commit
af20eacc82
@ -13,9 +13,9 @@ namespace osu.Game.Rulesets.Mania.Mods
|
||||
public class ManiaModHidden : ManiaModWithPlayfieldCover
|
||||
{
|
||||
/// <summary>
|
||||
/// osu!stable is referenced to 480px.
|
||||
/// osu!stable is referenced to 768px.
|
||||
/// </summary>
|
||||
private const float playfield_height = 480;
|
||||
private const float playfield_height = 768;
|
||||
|
||||
private const float min_coverage = 160f / playfield_height;
|
||||
private const float max_coverage = 400f / playfield_height;
|
||||
|
Loading…
Reference in New Issue
Block a user