UI
This commit is contained in:
parent
9c92dc678e
commit
4416f83b03
34 changed files with 4821 additions and 739 deletions
|
@ -45,7 +45,7 @@ public class Thunder : MonoBehaviour{
|
|||
|
||||
private void LightningStrike(){
|
||||
//ScreenshakeHandler.AddScreenShake(5, 5, 0.5f);
|
||||
ScreenShake.Shake(5, .5f);
|
||||
ScreenShake.Shake(15, .5f);
|
||||
|
||||
//thunderSound.pitch = Random.Range(0.5f, 1f);
|
||||
//thunderSound.Play();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue