mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
update cat purr header
This commit is contained in:
parent
771e5a4f9d
commit
b0ae55ee63
1 changed files with 3 additions and 6 deletions
|
@ -1,14 +1,11 @@
|
|||
//
|
||||
// ambiance.js
|
||||
// examples
|
||||
//
|
||||
// Created by Clément Brisset on 11/18/14.
|
||||
// Copyright 2014 High Fidelity, Inc.
|
||||
// Adds a cat purring noise to Toybox.
|
||||
// By Ryan Karpf 10/20/2015
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
|
||||
var soundURL = "http://hifi-public.s3.amazonaws.com/ryan/Cat_Purring_Deep_Low_Snor.wav";
|
||||
var position = { x: 551.48, y: 495.60, z: 502.08};
|
||||
var audioOptions = {
|
||||
|
|
Loading…
Reference in a new issue