Step 17: Player Falling 4

Goal:


After we have jumped and landed on the floor, we need to reset our variables.

Our double jump variable needs to be False and the fall_speed needs to be zero.

Steps:

  1. Change the first set block to double_jump and the value to False.
  2. Change the second set block to fall_speed and the value to 0.

Code: