Added a fancy background using p5js

This commit is contained in:
2022-07-02 03:14:17 +02:00
parent 4ae0fd39bb
commit 0b959203a3
5 changed files with 111321 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
<body>
<!-- Add your site or application content here -->
<div id="bg"></div>
<div id="desk">
<div id="players">
@@ -75,8 +75,9 @@
<script src="js/vendor/modernizr-3.11.2.min.js"></script>
<script src="js/plugins.js"></script>
<script src="./js/vendor/p5.js"></script>
<script src="js/main.js"></script>
<script src="js/sketch.js"></script>
</body>