xxxxxxxxxx
26
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Earth Escape Game</title>
<!-- p5.js Library -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.11.1/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.11.1/addons/p5.sound.min.js"></script>
<script src="button.js"></script>
<script src="intro.js"></script>
<script src="Timer.js"></script>
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<main></main>
<!-- JavaScript Files -->
<script src="GameObject.js"></script> <!-- Load the class file first -->
<script src="sketch.js"></script> <!-- Load the main script after -->
</body>
</html>