-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (20 loc) · 977 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="common.css">
<script src="https://kangguangli.github.io/web_front_work/libs/three.min.js"></script>
<script src="https://kangguangli.github.io/web_front_work/libs/threex.minecraft.js"></script>
<script src='https://kangguangli.github.io/web_front_work/libs/threex.animation.js'></script>
<script src='https://kangguangli.github.io/web_front_work/libs/threex.animations.js'></script>
<script src='https://kangguangli.github.io/web_front_work/libs/threex.minecraftcharheadanim.js'></script>
<script src='https://kangguangli.github.io/web_front_work/libs/threex.minecraftcharbodyanim.js'></script>
<script src="game.js"></script>
<script src="player.js"></script>
<script src="perspective_control.js"></script>
<script src="blocks.js"></script>
<script src="zombie.js"></script>
</head>
<body onload="init();">
</body>
</html>