Skip to content

Commit

Permalink
fix: change effect sound factor
Browse files Browse the repository at this point in the history
  • Loading branch information
LiteHell committed Jun 13, 2024
1 parent f285b3f commit b227b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/src/game/game_player/effect_sound_player.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ impl EffectSoundPlayer {
.play(
deok_sound_data
.clone()
.with_settings(StaticSoundSettings::default().volume(5.0)),
.with_settings(StaticSoundSettings::default().volume(7.0)),
)
.expect("Failed to play deok sound");
self.effect_sound_play_handles.right_stick = Some(new_handle);
Expand Down

0 comments on commit b227b4b

Please sign in to comment.