mirror of
https://github.com/overte-org/overte.git
synced 2025-06-16 21:40:15 +02:00
Update spawn position/rotation of bows in shortbow
This commit is contained in:
parent
4c310e1048
commit
0da9f72c42
3 changed files with 1513 additions and 1473 deletions
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -93,11 +93,11 @@ function findChildrenWithName(parentID, name) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function getPropertiesForEntities(entityIDs, properties) {
|
function getPropertiesForEntities(entityIDs, properties) {
|
||||||
var properties = [];
|
var props = [];
|
||||||
for (var i = 0; i < entityIDs.length; ++i) {
|
for (var i = 0; i < entityIDs.length; ++i) {
|
||||||
properties.push(Entities.getEntityProperties(entityIDs[i], properties));
|
props.push(Entities.getEntityProperties(entityIDs[i], properties));
|
||||||
}
|
}
|
||||||
return properties;
|
return props;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue