Reorganized code: created Entity base class
[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 <style>
8 @font-face { font-family: "Ubuntu Mono"; src: url(UbuntuMono-R.ttf); }
9 body { font-family: "Ubuntu Mono", monospace; color: #000000; background: #000000; }
10 </style>
11 </head>
12 <body>
13
14 <script src="shapeshift.js"></script>
15 </body>
16 </html>