Collision

This commit is contained in:
2025-10-01 18:25:31 +10:00
parent fc9a447257
commit dcbdd23b24
5 changed files with 71 additions and 8 deletions

View File

@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="index.css">
@@ -8,5 +9,6 @@
<canvas id="canvas" width="480" height="270"></canvas>
</body>
<script src="sprites.js"></script>
<script src="index.js"></script>
</html>