Prevent default browser action for SPACEBAR and ARROW keys
[shapeshift.git] / shapeshift.html
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="UTF-8" />
5 <title>Ludum Dare 35 – Shapeshifting Goddess!</title>
6 <script src="phaser.min.js"></script>
7 </head>
8 <body>
9
10 <script src="shapeshift.js"></script>
11 </body>
12 </html>