mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 04:37:59 +02:00
Forgot license header.
This commit is contained in:
parent
fb4174b9a2
commit
4bf9861350
1 changed files with 10 additions and 1 deletions
|
@ -1,7 +1,16 @@
|
||||||
"use strict";
|
"use strict";
|
||||||
/*jslint vars: true, plusplus: true*/
|
/*jslint vars: true, plusplus: true*/
|
||||||
/*global HMD, AudioDevice, MyAvatar, Controller, Script, Overlays, print*/
|
/*global HMD, AudioDevice, MyAvatar, Controller, Script, Overlays, print*/
|
||||||
|
//
|
||||||
|
// away.js
|
||||||
|
// examples
|
||||||
|
//
|
||||||
|
// Created by Howard Stearns 11/3/15
|
||||||
|
// Copyright 2015 High Fidelity, Inc.
|
||||||
|
//
|
||||||
|
// Distributed under the Apache License, Version 2.0.
|
||||||
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
|
//
|
||||||
// Goes into "paused" when the '.' key (and automatically when started in HMD), and normal when pressing any key.
|
// Goes into "paused" when the '.' key (and automatically when started in HMD), and normal when pressing any key.
|
||||||
// See MAIN CONTROL, below, for what "paused" actually does.
|
// See MAIN CONTROL, below, for what "paused" actually does.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue