qol changes to the numbers of game

This commit is contained in:
s-prechtl 2023-01-12 10:25:42 +01:00
parent f1318e4b11
commit d93a5fd6a1
7 changed files with 105 additions and 105 deletions

View file

@ -6,13 +6,13 @@ class Raspberry extends Entity {
* Amount of lift applied when boosting.
* @private
*/
private readonly lift: number = -20;
private readonly lift: number = -15;
/**
* Gravity applied.
* @private
*/
private readonly gravity: number = 1.314159265358979323846264338;
private readonly gravity: number = 0.45;
/**
* Current speed.