You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
588 B
HTML

<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Entities</title>
</head>
<body>
<canvas id="canvas" width="1000" height="600"></canvas>
<hr>
<hr id="canvasRule">
</body>
<!-- Scripts -->
<script src="global.js"></script>
<script src="spriteCanvas.js"></script>
<script src="components.js"></script>
<script src="entities.js"></script>
<script src="shapes.js"></script>
<script src="helpers.js"></script>
<script src="interaction.js"></script>
<script src="main.js"></script>
</html>