mirror of
https://git.leinelab.org/Mal/mr-crocs-adventures.git
synced 2026-03-17 21:02:23 +01:00
Gravity fixed
This commit is contained in:
@@ -98,7 +98,7 @@ export class Game
|
||||
);
|
||||
|
||||
/* Handle falling */
|
||||
this.mrCroc.position.y += this.mrCroc.fallSpeed;
|
||||
this.mrCroc.position.y += this.mrCroc.fallSpeed * delta * 0.6;
|
||||
this.mrCroc.fallSpeed += this.level.gravity * delta;
|
||||
|
||||
/* Handle ground collision */
|
||||
|
||||
Reference in New Issue
Block a user