mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 09:02:01 -05:00
added distort sound
This commit is contained in:
parent
fd5c025ade
commit
7f09addce1
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Media;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
|
@ -128,7 +129,7 @@ public static async void StartObjective(WinClassicTimeDistorter2 td)
|
|||
td.classicLabel2.Text = "LOL NO";
|
||||
td.classicLabel2.ForeColor = Color.MidnightBlue;
|
||||
// 0
|
||||
|
||||
new SoundPlayer(Properties.Resources.distort_fail).Play();
|
||||
await Task.Delay(100); td.classicLabel1.Text = "1999";
|
||||
await Task.Delay(500);
|
||||
await Task.Delay(100); td.classicLabel1.Text = "2000";
|
||||
|
|
Loading…
Reference in a new issue