kaboom
kaboom copied to clipboard
added BodyComp#multiJump() to do multiple jumps easy
I think it's great that you can do multiple jumps in an easy way, but also if someone needs to do it manually, they can always use jump.
Also added Body#onMultiJump() and on("multiJump") events.
I'm actually also thinking about separating doubleJump (and possibly multijump) to its own component like before, to teach more about components, wdyt?
would serve as an example, it would be great
closed in favor of doubleJump comp