Version 0.2.1

Added more to base of new physics with level, removed orange square,
added new particle, added enemy actor, added mouse detection, added
health and coordinate info at bottom, changed sprites to simpler look
with different colours, added reflection fade away, made acceleration
and deceleration higher for better control, and added a reticule for the
mouse.
This commit is contained in:
Markus Scully 2013-07-03 20:19:23 +01:00
parent 46eefaa62e
commit 8f3bd8c150
5 changed files with 176 additions and 58 deletions

21
index.html Normal file
View file

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>
Sint
</title>
<script src="sint.js">
</script>
<link rel="icon" type="image/png" href="favicon.png">
<style>
body{
background-color: #eee;
}
</style>
</head>
<body>
<canvas id="game" width="500" height="320" />
</canvas>
</body>
</html>