BrandonLombard / VB.NET-Block-Game

Basic block game developed in Visual Studio (VB.NET) See README file before use.
0 stars 0 forks source link

Unnecessary Player Jump #1

Open BrandonLombard opened 3 years ago

BrandonLombard commented 3 years ago

After unpausing game, the player jumps. This can cause the player to crash into sprites and lose. See line 212 of code as that's where the jump timer code begins.

Additionally, the player can hold the jump button (W or Up) and jump out of the game environment.

C0deForced commented 3 years ago

After opening the help menu if you start the game, if you hold jump and the right button you send the player model flying infinitely instead of dropping back down to the starting floor. Similarly if jumping in the air then crouch after hanging in the air you disappear downward off of the screen jump error1