-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__settings__.js
22 lines (22 loc) · 909 Bytes
/
__settings__.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
window.ASSET_PREFIX = "";
window.SCRIPT_PREFIX = "";
window.SCENE_PATH = "2104730.json";
window.CONTEXT_OPTIONS = {
'antialias': true,
'alpha': false,
'preserveDrawingBuffer': false,
'deviceTypes': [`webgl2`, `webgl1`],
'powerPreference': "default"
};
window.SCRIPTS = [ 202326377, 202326383, 202326386, 202326384, 202326401, 202326391, 202326378, 202326380, 202326437, 202786728, 203170900, 203172992, 203405298, 203614174, 204094082, 204967705, 206699719, 207164150 ];
window.CONFIG_FILENAME = "config.json";
window.INPUT_SETTINGS = {
useKeyboard: true,
useMouse: true,
useGamepads: false,
useTouch: true
};
pc.script.legacy = false;
window.PRELOAD_MODULES = [
{'moduleName' : 'Ammo', 'glueUrl' : 'files/assets/202556526/1/ammo.wasm.js', 'wasmUrl' : 'files/assets/202556527/1/ammo.wasm.wasm', 'fallbackUrl' : 'files/assets/202556525/1/ammo.js', 'preload' : true},
];