mirror of
https://github.com/lubosz/overte.git
synced 2025-08-13 07:18:24 +02:00
close obj
This commit is contained in:
parent
6692736c07
commit
1b6b5756e2
1 changed files with 405 additions and 405 deletions
|
@ -296,7 +296,7 @@
|
||||||
x: 1107.0330,
|
x: 1107.0330,
|
||||||
y: 459.4326,
|
y: 459.4326,
|
||||||
z: -74.5704
|
z: -74.5704
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var rotatorBlock = Entities.addEntity(rotatorBlockProps);
|
var rotatorBlock = Entities.addEntity(rotatorBlockProps);
|
||||||
|
@ -409,7 +409,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
findAndDeleteHomeEntities: function() {
|
findAndDeleteHomeEntities: function() {
|
||||||
print('JBP trying to find home entities to delete')
|
print('HOME trying to find home entities to delete')
|
||||||
var resetProperties = Entities.getEntityProperties(_this.entityID);
|
var resetProperties = Entities.getEntityProperties(_this.entityID);
|
||||||
var results = Entities.findEntities(resetProperties.position, 1000);
|
var results = Entities.findEntities(resetProperties.position, 1000);
|
||||||
var found = [];
|
var found = [];
|
||||||
|
@ -446,4 +446,4 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
return new Reset();
|
return new Reset();
|
||||||
});
|
});
|
Loading…
Reference in a new issue