johnnyelderton / Software-2-Project

0 stars 2 forks source link

Double Jump #17

Open csprofessionalcarl opened 8 years ago

csprofessionalcarl commented 8 years ago

Need to finish implementing double jump into the character controller. The function will remain within the controller with a bool value stating whether or not the player has picked up the power up. If they have Bool value will be true and player ability will be activated. My most recent attempt at implementing the power up only resulted in the player being able to jump twice as high. I would like to have this feature fully fleshed out by iteration 3