This commit is contained in:
Gerard Gascón 2023-02-28 00:28:40 +01:00
parent 9c92dc678e
commit 4416f83b03
34 changed files with 4821 additions and 739 deletions

View file

@ -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();