Version 0.5

Changed menu layout. Added options for controls. Removed multiplayer
button. Added multiple game modes, only time trial is different for now.
Added fallback for particle errors. Lots of bug fixes in menu. Added
camera stopping at edge of level. Added support for mobiles devices.
Fixed jump sound. Fixed graphics for browsers other than Chrome. Other
changes too.
This commit is contained in:
Markus Scully 2013-08-17 12:38:50 +01:00
parent e20e535802
commit e560f514ae
7 changed files with 363 additions and 116 deletions

View file

@ -2,6 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=500, initial-scale=1, maximum-scale=1">
<title>
Sint
</title>
@ -21,9 +22,11 @@
</style>
</head>
<body>
<canvas id="game" width="500" height="320" />
<div id='innergame'>
</div>
</canvas>
<div id="holder">
<canvas id="game" width="500" height="320" />
<div id='innergame'>
</div>
</canvas>
</div>
</body>
</html>