added sound effects and some other stuff kind of at random, then pushed directly to master like a dummy

This commit is contained in:
2019-07-23 23:04:54 -05:00
parent baf2a621e1
commit 7458cbd0cb
4 changed files with 203 additions and 55 deletions

View File

@@ -8,9 +8,13 @@
<link rel="stylesheet" href="main.css">
</head>
<body>
<canvas id="fgcanvas"></canvas>
<canvas id="gamecanvas"></canvas>
<canvas id="bgcanvas"></canvas>
<script src="resources/libs/howler.js"></script>
<script src="audio.js"></script>
<script src="background.js" ></script>
<script src="game.js" ></script>
</body>