-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdebug.html
30 lines (25 loc) · 923 Bytes
/
debug.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>test</title>
<script src='phina.js/build/phina.js'></script>
<script src='src/plugins/soundset.js'></script>
<script src='src/main.js'></script>
<script src='src/benri.js'></script>
<script src='src/application.js'></script>
<script src='src/player.js'></script>
<script src='src/playerbit.js'></script>
<script src='src/playerpointer.js'></script>
<script src='src/shot.js'></script>
<script src='src/scene/sceneflow.js'></script>
<script src='src/scene/loadingscene.js'></script>
<script src='src/scene/titlescene.js'></script>
<script src='src/scene/mainscene.js'></script>
</head>
<body>
<canvas id='world'></canvas>
</body>
</html>