예제 #1
0
파일: PlaySound.cs 프로젝트: scythae/Shmup
 public static void PlayerDeath()
 {
     DisposableSound.Play(Clips.PlayerDeath, 0.7f);
 }
예제 #2
0
파일: PlaySound.cs 프로젝트: scythae/Shmup
 public static void InvulnerabilityAppears()
 {
     DisposableSound.Play(Clips.Bonus);
 }
예제 #3
0
파일: PlaySound.cs 프로젝트: scythae/Shmup
 public static void BulletShot()
 {
     DisposableSound.Play(Clips.BulletShot);
 }