CaydenJessen / Stay-Hidden_GAME

Game Repository for CRE311
0 stars 1 forks source link

Jump in mid air after leaving ground #1

Closed CaydenJessen closed 3 months ago

CaydenJessen commented 3 months ago

Describe the bug Player is able to jump in mid air after moving off a platform

To Reproduce

  1. The player is able to jump on the platform
  2. When player walks off and leaves the platform they are able to jump while in the air.

Expected behavior The player should not be able to jump when they leave the platform.

Desktop (please complete the following information):

CaydenJessen commented 3 months ago

Issue has been fixed by adding an ExitCollision function.