forked from IlanOu/Jetpack_POO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (24 loc) · 809 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
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.1/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.1/addons/p5.sound.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8" />
</head>
<body>
<main>
</main>
<script src="globalVars.js"></script>
<script src="tools.js"></script>
<script src="server.js"></script>
<script src="player.js"></script>
<script src="map.js"></script>
<script src="physics.js"></script>
<script src="movements.js"></script>
<script src="rockets.js"></script>
<script src="events.js"></script>
<script src="buttons.js"></script>
<script src="sketch.js"></script>
</body>
</html>