3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-26 20:15:39 +02:00

Add 'projectile' to name of arrow in bow.js

This commit is contained in:
Ryan Huffman 2016-12-02 08:18:25 -08:00
parent 5735dbec2d
commit 56386718d4

View file

@ -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;