mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 10:55:41 +02:00
added explanatory comment about format of interval time
This commit is contained in:
parent
2a7a81f01c
commit
193857f344
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ var userData = {
|
|||
url: "https://s3-us-west-1.amazonaws.com/hifi-content/eric/Sounds/dove2.wav",
|
||||
volume: 0.3,
|
||||
loop: false,
|
||||
interval: 2000,
|
||||
intervalSpread: 1000
|
||||
interval: 2000, // In ms
|
||||
intervalSpread: 1000 // In ms
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue