Add comment

This commit is contained in:
smoogipoo 2018-08-15 09:14:07 +09:00
parent f69bc23ab8
commit aa3f6337a2
1 changed files with 4 additions and 0 deletions

View File

@ -27,7 +27,11 @@ namespace osu.Game.Overlays.Mods
{
public class ModSelectOverlay : WaveOverlayContainer
{
/// <summary>
/// How much this container should overflow the sides of the screen to account for parallax shifting.
/// </summary>
private const float overflow_padding = 50;
private const float content_width = 0.8f;
protected Color4 LowMultiplierColour, HighMultiplierColour;