-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (36 loc) · 1.62 KB
/
index.html
File metadata and controls
36 lines (36 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!doctype html>
<html>
<head>
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no' />
<meta charset='utf-8'>
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="manifest" href="manifest.json">
<style></style>
<title>AIC2019::Debug Time</title>
<script src="playcanvas-stable.min.js"></script>
<script>
ASSET_PREFIX = "";
SCRIPT_PREFIX = "";
SCENE_PATH = "708122.json";
CONTEXT_OPTIONS = {
'antialias': true,
'alpha': false,
'preserveDrawingBuffer': false,
'preferWebGl2': true
};
SCRIPTS = [ 17850595, 17850597, 17850596, 17850599, 17850645, 17850598, 17440290, 17441414, 17850642, 17850635, 17451336, 17440304, 17441845, 17850650, 17850649, 17438371, 17850656, 17438362, 17449568, 17454150, 17454128, 17438351, 17438350, 17438343, 17438354, 17450583, 17453282, 17438366, 17438349, 17438176, 17438164, 17438365, 17438185, 17588778, 17438352, 17438119, 17438133, 17850859, 17854576, 17854769, 17854949, 17893781, 17920407, 17920710, 17921338, 17921348, 17949605, 17949621, 17949687, 18011106, 18020385, 18031201, 18078490, 18214929, 18229920, 18229925, 18268891, 18269990, 18333366 ];
CONFIG_FILENAME = "config.json";
INPUT_SETTINGS = {
useKeyboard: true,
useMouse: true,
useGamepads: false,
useTouch: true
};
pc.script.legacy = false;
</script>
</head>
<body>
<script src="__start__.js"></script>
<script src="__loading__.js"></script>
</body>
</html>