Let background change to savesystem's currentsave one during time distortion

This commit is contained in:
jtsshieh 2017-10-28 20:40:01 -04:00
parent fc44ad047e
commit 9b1e869f9c

View file

@ -80,7 +80,7 @@ public static async void StartObjective()
await Task.Delay(2500);
Console.WriteLine("Command> Show Start Button");
TitleScreen.frm95.startbutton.Show();
TitleScreen.frm95.desktopicons.BackgroundImage = null;
TitleScreen.frm95.desktopicons.BackgroundImage = SaveSystem.currentTheme.defaultWallpaper;
await Task.Delay(2900);
Console.WriteLine("12padams> OKAY, NOW YOU'VE DONE IT!");
await Task.Delay(2500);