diff options
author | Indrajith K L | 2018-08-12 17:52:54 +0530 |
---|---|---|
committer | Indrajith K L | 2018-08-12 17:52:54 +0530 |
commit | 0193315dd52bf763d7b8f570039cd1771b2e725c (patch) | |
tree | 1e1b90862c11d7a2e7749789aaf6cb45765114d8 /index.html | |
parent | db47cb139e2677fb0d57f7c5fd5198d76ee2ca56 (diff) | |
download | js13kgames-template-0193315dd52bf763d7b8f570039cd1771b2e725c.tar.gz js13kgames-template-0193315dd52bf763d7b8f570039cd1771b2e725c.tar.bz2 js13kgames-template-0193315dd52bf763d7b8f570039cd1771b2e725c.zip |
:arrow_up: :gem:
* Support ES6
* Integrates jsfxr
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,9 +6,10 @@ <meta http-equiv="X-UA-Compatible" content="ie=edge"> <script src="./libs/kontra.min.js"></script> <script src="./libs/TinyMusic.min.js"></script> + <script src="./libs/jsfxr.js"></script> <title>js13kgames-template</title> </head> -<body onload="Game()"> +<body> <canvas></canvas> <script src="public/js/main.js"></script> </body> |