mirror of
https://github.com/AleziaKurdis/Overte-community-apps.git
synced 2025-04-06 06:33:09 +02:00
Add license to zDebugger and scriptManager
This commit is contained in:
parent
6e5b0ca8f8
commit
f22f925573
2 changed files with 25 additions and 0 deletions
|
@ -1,3 +1,16 @@
|
|||
//
|
||||
// scriptManager.js
|
||||
//
|
||||
// Created by Zetaphor, September 21st 2023.
|
||||
// Copyright 2023 Overte e.V.
|
||||
//
|
||||
// This application let you setup different Anti-Aliasing setup for HMD and Desktop.
|
||||
// And it switches the configuration when the mode changes.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
"use strict";
|
||||
(function () {
|
||||
const jsMainFileName = "scriptManager.js"
|
||||
const ROOT = Script.resolvePath('').split(jsMainFileName)[0]
|
||||
|
|
|
@ -1,3 +1,15 @@
|
|||
//
|
||||
// zDebugger.js
|
||||
//
|
||||
// Created by Zetaphor, September 21st 2023.
|
||||
// Copyright 2023 Overte e.V.
|
||||
//
|
||||
// This application let you setup different Anti-Aliasing setup for HMD and Desktop.
|
||||
// And it switches the configuration when the mode changes.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
"use strict";
|
||||
(function () {
|
||||
const jsMainFileName = "zDebugger.js"
|
||||
|
|
Loading…
Reference in a new issue