From 99ebc622e71711a36186d8966d91340f3fa0757b Mon Sep 17 00:00:00 2001 From: heurtet Date: Fri, 14 May 2021 11:38:27 +0200 Subject: [PATCH] changement bruit --- core/src/sagittarius/model/Arrow.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/sagittarius/model/Arrow.java b/core/src/sagittarius/model/Arrow.java index 8d25050..3ebb4c9 100644 --- a/core/src/sagittarius/model/Arrow.java +++ b/core/src/sagittarius/model/Arrow.java @@ -32,7 +32,7 @@ public class Arrow extends EntityQuad { private Planet crash; private Vector2 offset; - private Sound arrowLandedSound = Gdx.audio.newSound(Gdx.files.internal("core/assets/sounds/sf_fleche_plante_01.mp3")); + private Sound arrowLandedSound = Gdx.audio.newSound(Gdx.files.internal("core/assets/sounds/TOONTwang_Plante cartoon 6 (ID 1955)_LS.mp3")); private Sound arrowHitSound = Gdx.audio.newSound(Gdx.files.internal("core/assets/sounds/VOXScrm_Cri wilhelm (ID 0477)_LS.wav")); private ArrayList texture;