Testhostplaycanvas / __settings__.js
kwabs22
First attempt at updating repo
254b5bb
raw
history blame
885 Bytes
window.ASSET_PREFIX = "";
window.SCRIPT_PREFIX = "";
window.SCENE_PATH = "2241598.json";
window.CONTEXT_OPTIONS = {
'antialias': true,
'alpha': false,
'preserveDrawingBuffer': false,
'deviceTypes': [`webgl2`, `webgl1`],
'powerPreference': "high-performance"
};
window.SCRIPTS = [ 229622890, 229623301, 231069532, 231069534, 231153551, 233252909, 233728142, 234709287, 234709288, 234709364, 234710061, 234712674, 234712675, 235086646, 235092651 ];
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/231387412/1/ammo.wasm.js', 'wasmUrl' : 'files/assets/231387413/1/ammo.wasm.wasm', 'fallbackUrl' : 'files/assets/231387411/1/ammo.js', 'preload' : true},
];