Skip to content

Commit

Permalink
Dice sounds tweak (#2216)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bomjojuk authored Nov 8, 2024
1 parent c49acd9 commit 0382a83
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Resources/Prototypes/Entities/Objects/Fun/dice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@
id: BaseDice
components:
- type: Dice
# SS220 dice sound tweak
sound:
collection: Dice
params:
variation: 0.050
volume: 2
- type: EmitSoundOnCollide
sound:
collection: Dice
params:
variation: 0.050
- type: EmitSoundOnLand
sound:
path: /Audio/Effects/drop.ogg
params:
volume: -100
# SS220 dice sound tweak end
- type: UseDelay
- type: Sprite
sprite: Objects/Fun/dice.rsi
Expand Down

0 comments on commit 0382a83

Please sign in to comment.