Added Jumping and more platforms!
sky » Devlog
I added jumping using the code below.
I also changed movement keys to
- Left: Left Arrow Key
- Right: Right Arrow Key
- Jump: Up Arrow Key
if(this.key_Up.isDown && player.body.touching.down) { player.setVelocityY(-100); }
Files
Arena v0.11.zip Play in browser
Oct 22, 2018
sky
a 2d game made with javascript
Status | In development |
Author | pokolo |
Genre | Platformer |
More posts
- Reset VelocityOct 22, 2018
Leave a comment
Log in with itch.io to leave a comment.