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:
parent
8f3bd8c150
commit
b063eecfff
3 changed files with 208 additions and 113 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue