Merge branch 'master' into hold-note-lighting

This commit is contained in:
Dean Herbert
2020-08-28 18:27:29 +09:00
committed by GitHub
21 changed files with 516 additions and 70 deletions

View File

@ -36,6 +36,7 @@ namespace osu.Game.Skinning
public float HitPosition = (480 - 402) * POSITION_SCALE_FACTOR;
public float LightPosition = (480 - 413) * POSITION_SCALE_FACTOR;
public bool ShowJudgementLine = true;
public bool KeysUnderNotes;
public LegacyManiaSkinConfiguration(int keys)
{