* Revert "fuckyou (#14960)"
This reverts commit e29c54d64e.
* Use volume for it
This commit is contained in:
@@ -43,9 +43,15 @@ public sealed partial class ShuttleSystem
|
|||||||
|
|
||||||
// I'm too lazy to make CVars.
|
// I'm too lazy to make CVars.
|
||||||
|
|
||||||
private readonly SoundSpecifier _startupSound = new SoundPathSpecifier("/Audio/Effects/Shuttle/hyperspace_begin.ogg");
|
private readonly SoundSpecifier _startupSound = new SoundPathSpecifier("/Audio/Effects/Shuttle/hyperspace_begin.ogg")
|
||||||
|
{
|
||||||
|
Params = AudioParams.Default.WithVolume(-5f),
|
||||||
|
};
|
||||||
// private SoundSpecifier _travelSound = new SoundPathSpecifier();
|
// private SoundSpecifier _travelSound = new SoundPathSpecifier();
|
||||||
private readonly SoundSpecifier _arrivalSound = new SoundPathSpecifier("/Audio/Effects/Shuttle/hyperspace_end.ogg");
|
private readonly SoundSpecifier _arrivalSound = new SoundPathSpecifier("/Audio/Effects/Shuttle/hyperspace_end.ogg")
|
||||||
|
{
|
||||||
|
Params = AudioParams.Default.WithVolume(-5f),
|
||||||
|
};
|
||||||
|
|
||||||
private readonly TimeSpan _hyperspaceKnockdownTime = TimeSpan.FromSeconds(5);
|
private readonly TimeSpan _hyperspaceKnockdownTime = TimeSpan.FromSeconds(5);
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user