-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmainHard.html
44 lines (27 loc) · 1.68 KB
/
mainHard.html
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
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<link rel="stylesheet" href="styles.css">
</head>
<body style="margin: 0px; background-color: #000; overflow: hidden;">
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/105/three.js" integrity="sha256-NncZTBhUdU+UoOVS7s+6ou1L+4zhUVvFcLxV6q3oubw=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/105/three.min.js" integrity="sha256-Mc6q7xXvKBXW87eVjSASXbPqfuc9tHqbn6AHp1R97J4=" crossorigin="anonymous"></script>
<script type="module" src="https://cdnjs.cloudflare.com/ajax/libs/three.js/105/three.module.js" integrity="sha256-Is6nOTHl1vGG3RgNJq+Ed3wVLOe+0cnj3+OQsBD0uCQ=" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity=" sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="js/FirstPersonControls.js"></script>
<script src="js/MTLLoader.js"></script>
<script src="js/OBJLoader.js"></script>
<script src="js/Menu.js"></script>
<p id="time" align="center" valign="top"></p>
<p id="ris" align="center" valign="top"></p>
<div id="overlay">
<div id="overlay_text">
<p align="center"><font size="50">Pause</font></p>
<p align="center"><font size="5">Left click to play</font></p>
</div>
<script src="js/threex.proceduralcity2.js"></script>
<script src="js/Hard.js" type="module"></script>
<canvas width="1440" height="757"></canvas>
</body>
</html>