aboutsummaryrefslogtreecommitdiff
path: root/client/map/items/food_processor.gd
diff options
context:
space:
mode:
authornokoe <nokoe@mailbox.org>2024-07-03 15:19:57 +0200
committernokoe <nokoe@mailbox.org>2024-07-03 15:19:57 +0200
commitc4ba88dd91c7e3ab8593542a7088b3b866a74300 (patch)
tree9b093158a86ba5acc166d038302249974911c983 /client/map/items/food_processor.gd
parent11d2b799739d6e4a0fa7496a74cf10bff925b6ea (diff)
downloadhurrycurry-c4ba88dd91c7e3ab8593542a7088b3b866a74300.tar
hurrycurry-c4ba88dd91c7e3ab8593542a7088b3b866a74300.tar.bz2
hurrycurry-c4ba88dd91c7e3ab8593542a7088b3b866a74300.tar.zst
pot and plate sounds
Diffstat (limited to 'client/map/items/food_processor.gd')
-rw-r--r--client/map/items/food_processor.gd4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/map/items/food_processor.gd b/client/map/items/food_processor.gd
index 006954ef..588777ff 100644
--- a/client/map/items/food_processor.gd
+++ b/client/map/items/food_processor.gd
@@ -31,8 +31,8 @@ func progress(p: float, warn: bool):
if sound_id == null:
sound_id = Sound.item_progress(
self,
- preload("res://map/items/food_processor_running.ogg"),
- preload("res://map/items/food_processor_stopping.ogg")
+ preload("res://map/items/sounds/food_processor_running.ogg"),
+ preload("res://map/items/sounds/food_processor_stopping.ogg")
)
func finish(warn: bool):