-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (64 loc) · 2.77 KB
/
index.html
File metadata and controls
71 lines (64 loc) · 2.77 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en"><head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NQ1PKFQ958"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NQ1PKFQ958');
</script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<link href="https://fonts.googleapis.com/css2?family=Doto:wght@100..900&family=Itim&family=Pixelify+Sans:wght@400..700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<link href="https://fonts.googleapis.com/css2?family=Doto:wght@100..900&family=Itim&family=Pixelify+Sans:wght@400..700&display=swap" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/p5@1.11.5/lib/p5.js"></script><script src="https://cdn.jsdelivr.net/npm/p5.js-compatibility@0.1.2/src/data.js"></script><script src="https://cdn.jsdelivr.net/npm/p5.js-compatibility@0.1.2/src/shapes.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.10.0/addons/p5.sound.min.js"></script>
<!-- <script src="https://q5js.org/q5.js"></script> -->
<script src="https://p5play.org/v3/planck.min.js"></script>
<script src="https://p5play.org/v3/p5play.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
background: #f0f0f0;
}
canvas {
display: block;
}
</style>
</head>
<body>
<main>
</main>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fast.js/1.0.0/fast.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/8.0.2/pixi.min.js"></script>
<script src="button.js"></script>
<script src="equip.js"></script>
<script src="pressers.js"></script>
<script src="ui.js"></script>
<script src="bomb.js"></script>
<script src="projectile.js"></script>
<script src="encoder.js"></script>
<script src="screens.js"></script>
<script src="screens2.js"></script>
<script src="levels.js"></script>
<script src="unload.js"></script>
<script src="bullets.js"></script>
<script src="miscellaneous.js"></script>
<script src="particle.js"></script>
<script src="tiles.js"></script>
<script src="tiles2.js"></script>
<script src="block.js"></script>
<script src="player.js"></script>
<script src="arrow.js"></script>
<script src="sketch.js"></script>
</body></html>