Skip to content

Commit

Permalink
tweak drone vol
Browse files Browse the repository at this point in the history
  • Loading branch information
SecretPocketCat committed Apr 10, 2023
1 parent e9327a4 commit 911c393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/sfx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ fn play_drone(audio: Res<Audio>, assets: Res<SfxAssets>) {
Duration::from_secs(2),
AudioEasing::OutPowi(2),
))
.with_volume(0.3);
.with_volume(0.2);
}

0 comments on commit 911c393

Please sign in to comment.