1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-18 11:02:57 +08:00

Update welcome text sprite location

This commit is contained in:
Dean Herbert 2020-06-22 17:42:54 +09:00
parent 628e05f655
commit 8d3ed05848

View File

@ -124,7 +124,7 @@ namespace osu.Game.Screens.Menu
Scale = new Vector2(0.1f),
Height = 156,
Alpha = 0,
Texture = textures.Get(@"Welcome/welcome_text")
Texture = textures.Get(@"Intro/Welcome/welcome_text")
},
};
}