Cleanup: Monster also uses JusticeBlaster as a weapon
[ld40.git] / ld40.html
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="UTF-8" />
5 <title>Ludum Dare 40 – DETERMINATION</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="ld40.js"></script>
15 </body>
16 </html>