mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 12:13:28 +02:00
Add 'projectile' to name of arrow in bow.js
This commit is contained in:
parent
5735dbec2d
commit
56386718d4
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@
|
|||
}
|
||||
|
||||
const STRING_NAME = 'Hifi-Bow-String';
|
||||
const ARROW_NAME = 'Hifi-Arrow';
|
||||
const ARROW_NAME = 'Hifi-Arrow-projectile';
|
||||
|
||||
const STATE_IDLE = 0;
|
||||
const STATE_ARROW_KNOCKED = 1;
|
||||
|
|
Loading…
Reference in a new issue