mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 05:50:30 +02:00
fix sounds
This commit is contained in:
parent
52582e130a
commit
670cca4eb7
1 changed files with 2 additions and 1 deletions
|
@ -218,7 +218,6 @@
|
|||
|
||||
if (this.hasArrowNotched === false) {
|
||||
this.playArrowNotchSound();
|
||||
this.playStringPullSound();
|
||||
this.hasArrowNotched = true
|
||||
this.arrow = this.createArrow();
|
||||
print('NOTCH ARROW' + this.arrow);
|
||||
|
@ -492,6 +491,8 @@
|
|||
|
||||
} else if (this.triggerValue >= DRAW_STRING_THRESHOLD && this.stringDrawn === false) {
|
||||
// print('HIT START LOOP IN CHECK')
|
||||
this.playStringPullSound();
|
||||
|
||||
//the first time aiming the arrow
|
||||
this.stringDrawn = true;
|
||||
this.createStrings();
|
||||
|
|
Loading…
Reference in a new issue