jumpStrength: 21
This commit is contained in:
parent
1f81a47d1a
commit
ac610e6590
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ import { CommonModule } from '@angular/common';
|
||||||
dx: 0,
|
dx: 0,
|
||||||
dy: 0,
|
dy: 0,
|
||||||
speed: 4,
|
speed: 4,
|
||||||
jumpStrength: 20,
|
jumpStrength: 21,
|
||||||
gravity: 0.5,
|
gravity: 0.5,
|
||||||
onGround: false,
|
onGround: false,
|
||||||
color: this.pick(this.characterColors)
|
color: this.pick(this.characterColors)
|
||||||
|
|
Loading…
Reference in a new issue