mirror of https://github.com/ppy/osu
Add comment
This commit is contained in:
parent
f69bc23ab8
commit
aa3f6337a2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue