fix: Adjust player jump force for more precise movement
This commit is contained in:
parent
8562c86986
commit
afba547fce
@ -13,7 +13,7 @@ class Player extends Entity {
|
|||||||
|
|
||||||
// Movement properties
|
// Movement properties
|
||||||
this.moveSpeed = 0.15;
|
this.moveSpeed = 0.15;
|
||||||
this.jumpForce = -0.5;
|
this.jumpForce = -0.1;
|
||||||
this.gravity = 0.02;
|
this.gravity = 0.02;
|
||||||
this.maxVelocity = 0.5;
|
this.maxVelocity = 0.5;
|
||||||
this.friction = 0.9;
|
this.friction = 0.9;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user