Skip to content

Commit

Permalink
sound: Improved the sound effects for sonar.
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Dec 18, 2024
1 parent 47c83ee commit 19e175c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prototypes/sonar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ data:extend {maraxsis.merge(data.raw.radar.radar, {
volume = 1
}
},
max_sounds_per_type = 3,
--audible_distance_modifier = 0.8,
max_sounds_per_type = 2,
audible_distance_modifier = 0.8,
use_doppler_shift = false
},
radius_minimap_visualisation_color = {r = 0.059, g = 0.092, b = 0.235, a = 0.275},
Expand Down
Binary file modified sounds/sonar.ogg
Binary file not shown.

0 comments on commit 19e175c

Please sign in to comment.