Version 0.3

Move over to new physics engine. Level coloured grey to see it better.
Extremely glitchy, not working very well at all.
This commit is contained in:
Markus Scully 2013-07-05 21:35:40 +01:00
parent 8f3bd8c150
commit b063eecfff
3 changed files with 208 additions and 113 deletions

View file

@ -12,10 +12,18 @@
body{
background-color: #eee;
}
#innergame{
width: 110%;
height: 100%;
background-color: #523;
}
</style>
</head>
<body>
<canvas id="game" width="500" height="320" />
<div id='innergame'>
</div>
</canvas>
</body>
</html>