Description: The player will be able to move horizontally throughout the game environment. Their speed will be different depending on whether they are on the ground or in the air via walking off of an edge or jumping.
Requirements:
Control Inputs for horizontal movement, ie. "A" moves left and "D" moves right.
IsGrounded and IsAerial checks for difference in horizontal movement speed.
Description: The player will be able to move horizontally throughout the game environment. Their speed will be different depending on whether they are on the ground or in the air via walking off of an edge or jumping.
Requirements: Control Inputs for horizontal movement, ie. "A" moves left and "D" moves right. IsGrounded and IsAerial checks for difference in horizontal movement speed.