• View all by pokolopokolo
  • Follow pokoloFollowFollowing pokoloFollowing
  • Add To CollectionCollection
  • Comments
  • Devlog
  • Related gamesRelated

sky

← Return to sky

Devlog

  • Added Jumping and more platforms!
    October 22, 2018 by pokolo
    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) { pla... Continue reading
  • Reset Velocity
    October 22, 2018 by pokolo
    Before, in the first version of the game, I never reset the velocity, so the player would keep moving until it collided with another object. Now I have made it so every time you are not pressing the m... Continue reading
itch.io·View all by pokolo·Report·Embed