fix: opti yet again
This commit is contained in:
parent
f42d785de4
commit
7c375a2922
|
@ -32,8 +32,8 @@ public class Arrow extends EntityQuad {
|
|||
private Planet crash;
|
||||
private Vector2 offset;
|
||||
|
||||
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 Sound arrowLandedSound;
|
||||
private Sound arrowHitSound;
|
||||
private ArrayList<Texture> texture;
|
||||
|
||||
// ---------- CONSTRUCTORs ----------
|
||||
|
|
Loading…
Reference in a new issue