1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 05:52:54 +08:00

Change background path with resource change

This commit is contained in:
Shivam 2020-07-03 11:36:03 +02:00
parent e80a5a085a
commit 4ded6d1913

View File

@ -78,7 +78,7 @@ namespace osu.Game.Screens.Backgrounds
switch (introSequence.Value)
{
case IntroSequence.Welcome:
backgroundName = "Menu/menu-background-welcome";
backgroundName = "Intro/Welcome/menu-background";
break;
default: