Newer
Older
taikaGame / index.html
@j2102 j2102 on 21 Apr 413 bytes first commit
<!-- -*- coding: utf-8 -*- -->
<!DOCTYPE html>

<html>
  <head>
    <script src="../../matterjs/matter.min.js"></script>
    <script src="../../pixi/pixi/pixi-v7.min.js"></script>
    <script defer type="module" src="script.js"></script>
    <!-- <script defer src="render.js"></script> -->
  </head>

  <body>
    <div id="render"></div>
    <div id="debug"></div>
    <p id="coordinate"></p>
  </body>

</html>