Skip to content

Commit

Permalink
tweaked sound effect
Browse files Browse the repository at this point in the history
  • Loading branch information
rangermann committed Sep 28, 2014
1 parent 1b39661 commit 19a1164
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified src/Assets/scenes/main.unity
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ public void CreateTrail() {
TrailObject.transform.position = trailObjectPosition;

AudioSource trailObjectAudioSource = TrailObject.AddComponent<AudioSource>();
trailObjectAudioSource.rolloffMode = AudioRolloffMode.Linear;
trailObjectAudioSource.PlayOneShot(fxGulp);

TrailObject.tag = tag;
Expand Down

0 comments on commit 19a1164

Please sign in to comment.