License headers

This commit is contained in:
DrabWeb
2017-03-22 08:54:21 -03:00
parent 29c54d4d8b
commit 340ddb59cd
2 changed files with 56 additions and 56 deletions

View File

@ -19,7 +19,7 @@ namespace osu.Game.Screens.Play
public static readonly int GRAPH_HEIGHT = 34;
public static readonly Color4 FILL_COLOUR = new Color4(221, 255, 255, 255);
public static readonly Color4 GLOW_COLOUR = new Color4(221, 255, 255, 150);
private float progress_transition_duration = 100;
private const float progress_transition_duration = 100;
private SongProgressBar progress;
private SongProgressGraph graph;