qol changes to the numbers of game
This commit is contained in:
parent
f1318e4b11
commit
d93a5fd6a1
7 changed files with 105 additions and 105 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue