-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__settings__.js
22 lines (22 loc) · 906 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
ASSET_PREFIX = "";
SCRIPT_PREFIX = "";
SCENE_PATH = "1390892.json";
CONTEXT_OPTIONS = {
'antialias': true,
'alpha': false,
'preserveDrawingBuffer': false,
'preferWebGl2': true,
'powerPreference': "high-performance"
};
SCRIPTS = [ 77854887, 78097772, 78382718, 79014545, 79153391, 79459251, 79465795, 79469394, 82175600, 82307731, 86079364, 86144986, 86147006, 86182389, 86761091, 89559195, 89696259, 89697541, 89706577, 89717413, 91478011, 91628463, 92663277, 92668910, 92676263, 93407776 ];
CONFIG_FILENAME = "config.json";
INPUT_SETTINGS = {
useKeyboard: true,
useMouse: true,
useGamepads: false,
useTouch: true
};
pc.script.legacy = false;
PRELOAD_MODULES = [
{'moduleName' : 'Ammo', 'glueUrl' : 'files/assets/78379718/1/ammo.wasm.js', 'wasmUrl' : 'files/assets/78379719/1/ammo.wasm.wasm', 'fallbackUrl' : 'files/assets/78379717/1/ammo.js', 'preload' : true},
];