mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Improve white-boxed game modes.
This commit is contained in:
@ -17,7 +17,7 @@ namespace osu.Game.Graphics.Background
|
||||
|
||||
string textureName;
|
||||
|
||||
public Background(string textureName = @"Menu/background")
|
||||
public Background(string textureName = @"Backgrounds/bg1")
|
||||
{
|
||||
this.textureName = textureName;
|
||||
RelativeSizeAxes = Axes.Both;
|
||||
|
Reference in New Issue
Block a user