mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 09:02:01 -05:00
Let background change to savesystem's currentsave one during time distortion
This commit is contained in:
parent
fc44ad047e
commit
9b1e869f9c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue