Hello,
This line in index.html
makes the browser download that image and try parsing it as JavaScript. That will fail miserably, and that’s why the error shows up.
<script src="MyGame.png"></script>
Hello,
This line in index.html
makes the browser download that image and try parsing it as JavaScript. That will fail miserably, and that’s why the error shows up.
<script src="MyGame.png"></script>