update README

Co-authored-by: r3cp3ct <45179536+r3cp3ct@users.noreply.github.com>
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
unknown 2022-06-05 13:22:30 +03:00
parent 7b89ed7dcc
commit 545f50f4f1
2 changed files with 1 additions and 2 deletions

View File

@ -37,7 +37,7 @@ Underwater / Water Dashing (Propelling motion)
Side Roll -> Slide Side Roll -> Slide
Wall Jumping Wall Jumping
Sliding Buffer
Movement Systems Movement Systems
Collectibles Collectibles
Combat Systems Combat Systems

View File

@ -147,7 +147,6 @@ public class Player extends AnimatedObject{
break; break;
} }
prvState = state; prvState = state;
if ((KeyHeld(KeyEvent.VK_SPACE)||KeyHeld(KeyEvent.VK_W))&&System.currentTimeMillis()-spacebarPressed<jumpHoldTime) { if ((KeyHeld(KeyEvent.VK_SPACE)||KeyHeld(KeyEvent.VK_W))&&System.currentTimeMillis()-spacebarPressed<jumpHoldTime) {
y_velocity=jump_velocity; y_velocity=jump_velocity;
} }