mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 01:20:13 +02:00
bumped injector count
This commit is contained in:
parent
efbb5ec967
commit
b0664b587f
1 changed files with 6 additions and 2 deletions
|
@ -13,8 +13,9 @@
|
|||
Script.include("../libraries/utils.js");
|
||||
|
||||
|
||||
var numSoundsToPlayPerBatch = 1;
|
||||
var timeBetweenBatch = 100;
|
||||
var numSoundsToPlayPerBatch = 41
|
||||
var numSoundsPlaying = 0;
|
||||
var timeBetweenBatch = 10000;
|
||||
// A green box represents an injector that is playing
|
||||
|
||||
var basePosition = {
|
||||
|
@ -58,6 +59,9 @@ function playSound() {
|
|||
position: position,
|
||||
volume: 0.1
|
||||
});
|
||||
|
||||
print("INJECTOR VALUE: " + JSON.stringify(injector));
|
||||
|
||||
totalInjectors++;
|
||||
|
||||
var soundBox = Entities.addEntity({
|
||||
|
|
Loading…
Reference in a new issue