test if class works

This commit is contained in:
sam
2023-11-28 14:45:14 +01:00
parent 308c2a4008
commit 3a9674ff46
3 changed files with 8 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.1.9/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.1.9/addons/p5.sound.min.js"></script>
<script src="Serial.js"></script>
<script src="js/basicbullet.js"></script>
<script src="basicbullet.js"></script>
<script src="game.js"></script>
</head>
<body>