Particle Implementation

* Particle is implemented but something is odd. Will be replaced by a library
in the future
This commit is contained in:
Indrajith K L
2022-11-30 05:52:51 +05:30
parent af7303fc62
commit 22c9e30317
4 changed files with 97 additions and 0 deletions

View File

@@ -47,7 +47,12 @@
</div>
</div>
<input id="file-upload" type="file" accept="application/json" />
<canvas id="dvd-render"></canvas>
<div id="assets">
<img src="images/dvd.png" id="dvd" alt="">
</div>
<script src="player.js"></script>
<script src="dvd.js"></script>
</body>
</html>