Named after my IRL initials, a game engine I am working on to create Javascript games.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
JS/test.html

8 lines
220 B

5 years ago
<body>
<canvas style="border-style:none;padding:0px;" id="mainScreen" width="800" height="600"></canvas>
</body>
<script src="objects.js"></script>
<script src="canvasUtils.js"></script>
<script src="test.js"></script>