Make mover controller respect footsteps volume sound param (#16018)
This commit is contained in:
@@ -74,6 +74,8 @@
|
||||
- type: FootstepModifier
|
||||
footstepSoundCollection:
|
||||
collection: FootstepWater
|
||||
params:
|
||||
volume: 6
|
||||
- type: Slippery
|
||||
launchForwardsMultiplier: 2.0
|
||||
- type: Transform
|
||||
|
||||
@@ -38,6 +38,8 @@
|
||||
- type: FootstepModifier
|
||||
footstepSoundCollection:
|
||||
path: /Audio/Effects/Footsteps/slime1.ogg
|
||||
params:
|
||||
volume: 3
|
||||
- type: Tag
|
||||
tags:
|
||||
- FootstepSound
|
||||
|
||||
@@ -22,6 +22,8 @@
|
||||
- type: FootstepModifier
|
||||
footstepSoundCollection:
|
||||
collection: FootstepCatwalk
|
||||
params:
|
||||
volume: 8
|
||||
- type: Tag
|
||||
tags:
|
||||
- Catwalk
|
||||
|
||||
@@ -38,3 +38,5 @@
|
||||
- type: FootstepModifier
|
||||
footstepSoundCollection:
|
||||
collection: FootstepWater
|
||||
params:
|
||||
volume: 8
|
||||
|
||||
Reference in New Issue
Block a user