mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Use RelativeSizeAxes for width
This commit is contained in:
@ -120,9 +120,9 @@ namespace osu.Game.Screens.Menu
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Scale = new Vector2(0.3f),
|
||||
Width = 750,
|
||||
Height = 78,
|
||||
RelativeSizeAxes = Axes.X,
|
||||
Scale = new Vector2(0.1f),
|
||||
Height = 156,
|
||||
Alpha = 0,
|
||||
Texture = textures.Get(@"Welcome/welcome_text")
|
||||
},
|
||||
|
Reference in New Issue
Block a user