mirror of
https://git.leinelab.org/Mal/mr-crocs-adventures.git
synced 2025-09-11 02:57:36 +02: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 */
|
||||
|
||||
@@ -62,4 +62,5 @@ export default class RetroAnimation extends RetroSprite
|
||||
|
||||
this.isPlaying = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user