Version 0.4.2
Fixed level rendering at edges. Fixed clipping through tiles at high speeds. Added more levels. Fixed particle collisions. Added mouse click detection. Added particle spawning on mouse click. Added water. Added death with animation. Particles and actors now only render when on screen and only run when within 2000 pixels. Added speed multiplier to movement, you can now play with a low frame rate. Added sound with option for it in main menu. Particles get pushed away if you go near them. Added enemy that goes back and forth and spawns with the level. Added xvel and yvel monitors. Added blur to menu title. Changed credits. Removed loader. Other minor changes.
This commit is contained in:
parent
ebee9b7931
commit
e20e535802
7 changed files with 411 additions and 310 deletions
|
@ -5,8 +5,8 @@
|
|||
<title>
|
||||
Sint
|
||||
</title>
|
||||
<script src="loader.js">
|
||||
</script>
|
||||
<script src="sint.js"></script>
|
||||
<script src="level.js"></script>
|
||||
<link rel="icon" type="image/png" href="favicon.png">
|
||||
<style>
|
||||
body{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue