mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 14:00:18 +01:00
Looping Sound Channel (#22918)
* Added the option to manually change the looping sound channel volume in the SFX Preferences tab. AI usage disclosure: The code for this was created in-part using GPT 5.6 Sol. --------- Signed-off-by: Geeves <22774890+Geevies@users.noreply.github.com> Co-authored-by: VMSolidus <evilexecutive@gmail.com>
This commit is contained in:
@@ -165,7 +165,8 @@
|
||||
pressure_affected = pressure_affected,
|
||||
ignore_walls = ignore_walls,
|
||||
falloff_distance = falloff_distance,
|
||||
use_reverb = use_reverb
|
||||
use_reverb = use_reverb,
|
||||
volume_channel = SOUND_VOLUME_CHANNEL_LOOPING
|
||||
)
|
||||
|
||||
/// Returns the sound we should now be playing.
|
||||
|
||||
Reference in New Issue
Block a user