-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (27 loc) · 1.04 KB
/
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
24
25
26
27
28
<!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">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<title>enchant</title>
<script type="text/javascript" src="js/lib/enchant.js"></script>
<script type="text/javascript" src="js/lib/ui.enchant.js"></script>
<script type="text/javascript" src="js/game.js"></script>
<script type="text/javascript" src="js/game.js"></script>
<script type="text/javascript" src="js/lib/tiledMapLoader.js"></script>
<script type="text/javascript">
tiled.files = ['material/map0.tmx'
, 'material/map1.tmx'];
//tiled.files = ['map0.tmx','map1.tmx','map2.tmx'];
</script>
<style type="text/css">
body {
margin: 0;
}
</style>
</head>
<body>
</body>
</html>