diff options
author | tpart <tpart120@proton.me> | 2024-07-01 18:34:27 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-07-01 18:34:47 +0200 |
commit | f698256b17ba0ee96182ca2b49fc41568c27e807 (patch) | |
tree | b2a872e1571fc1010af83b2fe2bc83ec6eefd3d9 /client/player/effect.tscn | |
parent | 6303415068d6502316995376139c57b3d37c35ff (diff) | |
download | hurrycurry-f698256b17ba0ee96182ca2b49fc41568c27e807.tar hurrycurry-f698256b17ba0ee96182ca2b49fc41568c27e807.tar.bz2 hurrycurry-f698256b17ba0ee96182ca2b49fc41568c27e807.tar.zst |
Fix item sound playback system giving errors
Diffstat (limited to 'client/player/effect.tscn')
-rw-r--r-- | client/player/effect.tscn | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/player/effect.tscn b/client/player/effect.tscn index 748aa20e..a360d1a8 100644 --- a/client/player/effect.tscn +++ b/client/player/effect.tscn @@ -28,7 +28,6 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0) [node name="AngryGrunt" type="Node3D" parent="."] script = ExtResource("5_t2upj") volume_db = -8.0 -enable_attenuations = false [node name="Angry1" type="AudioStreamPlayer3D" parent="AngryGrunt"] stream = ExtResource("6_ou7uy") |