Fix column lights positioned incorrectly

This commit is contained in:
smoogipoo
2020-04-01 16:05:52 +09:00
parent af408d511f
commit ff2c5b446e
5 changed files with 14 additions and 0 deletions

View File

@ -14,6 +14,7 @@ namespace osu.Game.Skinning
public readonly float[] ColumnWidth;
public float HitPosition = 124.8f; // (480 - 402) * 1.6f
public float LightPosition = 107.2f; // (480 - 413) * 1.6f
public bool ShowJudgementLine = true;
public LegacyManiaSkinConfiguration(int keys)