From b9807def2cc76d5d389bf196c9f0b455c143ab48 Mon Sep 17 00:00:00 2001 From: nokoe Date: Sun, 7 Jul 2024 21:41:59 +0200 Subject: item volume level --- client/map/items/food_processor.gd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/map/items') diff --git a/client/map/items/food_processor.gd b/client/map/items/food_processor.gd index 588777ff..6a04da00 100644 --- a/client/map/items/food_processor.gd +++ b/client/map/items/food_processor.gd @@ -32,7 +32,8 @@ func progress(p: float, warn: bool): sound_id = Sound.item_progress( self, preload("res://map/items/sounds/food_processor_running.ogg"), - preload("res://map/items/sounds/food_processor_stopping.ogg") + preload("res://map/items/sounds/food_processor_stopping.ogg"), + -10. ) func finish(warn: bool): -- cgit v1.2.3-70-g09d2