update README
Co-authored-by: r3cp3ct <45179536+r3cp3ct@users.noreply.github.com> Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
7b89ed7dcc
commit
545f50f4f1
@ -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
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user