Now we need to make variables to code the block’s double jump and the speed at which the block will fall.
For our double jump variable, it can only take the value True or False. This allows our player sprite to decide if it can jump again or not.
For the fall speed variable, it will be used to set how fast the player will fall or to not fall at all if they are touching the ground.