mirror of
https://github.com/osukey/osukey.git
synced 2025-05-04 21:27:22 +09:00
Add comment
This commit is contained in:
parent
f69bc23ab8
commit
aa3f6337a2
@ -27,7 +27,11 @@ namespace osu.Game.Overlays.Mods
|
|||||||
{
|
{
|
||||||
public class ModSelectOverlay : WaveOverlayContainer
|
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 overflow_padding = 50;
|
||||||
|
|
||||||
private const float content_width = 0.8f;
|
private const float content_width = 0.8f;
|
||||||
|
|
||||||
protected Color4 LowMultiplierColour, HighMultiplierColour;
|
protected Color4 LowMultiplierColour, HighMultiplierColour;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user