
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.
21 lines
No EOL
316 B
HTML
21 lines
No EOL
316 B
HTML
<!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> |