-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
19 lines (19 loc) · 1.83 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<!-- <script src="//cdn.jsdelivr.net/npm/[email protected]/dist/phaser.min.js"></script> -->
<script src="phaser.js" defer></script>
<script src="classes.js" defer></script>
<script src="Constants.js" defer></script>
<script src="Menu.js" defer></script>
<script src="Level.js" defer></script>
<script src="script.js" defer></script>
<!-- <link rel="stylesheet" type="text/css" href="style.css"/> -->
</head>
<body style ="background-color: #ccae8d;">
<!-- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g>
<path fill="none" stroke="#2A2A2A" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" d="M12 24 L14.45 24 16.15 24 18.1 24 19.8 24 21.95 23.85 Q23.2 23.7 23.9 23.85 L25.75 23.95 27.75 23.95 29.9 24 32.15 24 34 24.1 35.95 24.1 38 24.05 39.9 23.85 41.95 23.8 44.05 24.1 45.95 23.85 48 23.5 49.9 23.9 52 24 M16 28 L17.95 27.9 20.15 28 22.35 28.1 24.15 28.05 25.95 28 28 28 30.15 27.75 32.15 27.95 33.95 28.35 35.75 28.2 37.8 28 40.15 27.75 42.2 27.8 44.05 27.95 45.45 27.95 48 28 M40 48 L42.15 48 43.95 48.1 45.55 48.1 48 48 M16 48 L17.95 47.75 19.7 48.2 21.7 48.25 24 48 M28 34.35 L28.05 36.6 27.9 37.9 Q27.7 38.75 28 40 L29.4 39.9 32 40 Q31.7 38.9 31.85 37.95 L31.9 35.9 31.85 34.4 32 32 M32 40 L33.35 39.95 36 40 Q35.7 38.9 35.85 37.95 L35.9 35.9 35.85 34.4 36 33.15 M24 52 L25.4 52 28 52 28 49.9 28.15 48.05 28.2 46.15 27.8 44.2 Q27.5 43.25 27.7 42.7 L28 40 25.5 39.95 24 40 M32 40 L32.05 42.35 31.95 44.1 31.8 46.05 31.7 48 31.9 50 32 52 33.4 52 36 52 35.75 49.95 Q35.6 49 35.75 47.9 L36 45.95 36.2 44.15 36.1 42.55 Q35.9 42 36 40 L37.35 39.95 40 40 M36 56 Q35.65 55.05 35.85 54.55 L36 52 37.25 51.95 40 52 M32 56 Q31.65 55 31.8 54.5 32 54 32 52 L29.5 51.9 28 52 Q28.15 54 27.9 54.45 27.65 54.95 28 56"/>
</g>
</svg> -->
</body>
</html>