Skip to content

Releases: deanblackborough/gm-platformer

Slide and dash have cooldown

06 Aug 21:39
Compare
Choose a tag to compare

What's Changed?

Changed

  • Slide and dash travel a fixed distance
  • Slide and dash have cooldowns
  • Updated the player step event, liberal comments

Fixed

  • All falling states have the correct sprite

Slide and moving platform changes

04 Aug 22:15
c0cc923
Compare
Choose a tag to compare

What's changed?

Added

  • Slide mechanic, you can slide through small gaps

Changed

  • Reworked platform movement, you now define in x or x the distance to move and the speed
  • You can only dash and slide when on the ground
  • Dash and slide are committed actions, you are locked in.

Follow Camera

04 Aug 14:05
566dc4c
Compare
Choose a tag to compare

What's Changed?

Added

  • Added a simple following camera

Dashing

03 Aug 19:40
71ab577
Compare
Choose a tag to compare

What's Changed?

Added

  • Added a player dash, runs for x frames, disables gravity and resets after speed returns to normal

Bug fix

03 Aug 17:27
Compare
Choose a tag to compare

What's Changed?

Fixed

Player collisions with ground in x when on a moving platform

Bug fix

03 Aug 16:59
Compare
Choose a tag to compare

What's Changed?

Fixed

  • Moving platforms should no longer move you into ground above you.

Simple platformer template

03 Aug 16:25
Compare
Choose a tag to compare

Initial features

  • Player moment - left, right, jump
  • Gravity setting and terminal velocity setting
  • Max jumps setting
  • Moving jump through platforms, move in x and/or y
  • Player collision with ground
  • Player collision with jump through platforms
  • Player collision with moving jump through platforms
  • Players can drop through jump through platforms with down + jump
  • Players can drop through moving jump through platforms with down + jump
  • Player sprites for idle, running and jumping