Make mover controller respect footsteps volume sound param (#16018)

This commit is contained in:
AJCM-git
2023-05-02 19:33:53 -04:00
committed by GitHub
parent 18bcb118e9
commit c882a07cd1
5 changed files with 14 additions and 11 deletions

View File

@@ -74,6 +74,8 @@
- type: FootstepModifier
footstepSoundCollection:
collection: FootstepWater
params:
volume: 6
- type: Slippery
launchForwardsMultiplier: 2.0
- type: Transform

View File

@@ -38,6 +38,8 @@
- type: FootstepModifier
footstepSoundCollection:
path: /Audio/Effects/Footsteps/slime1.ogg
params:
volume: 3
- type: Tag
tags:
- FootstepSound

View File

@@ -22,6 +22,8 @@
- type: FootstepModifier
footstepSoundCollection:
collection: FootstepCatwalk
params:
volume: 8
- type: Tag
tags:
- Catwalk

View File

@@ -38,3 +38,5 @@
- type: FootstepModifier
footstepSoundCollection:
collection: FootstepWater
params:
volume: 8