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,
|
||||
dy: 0,
|
||||
speed: 4,
|
||||
jumpStrength: 20,
|
||||
jumpStrength: 21,
|
||||
gravity: 0.5,
|
||||
onGround: false,
|
||||
color: this.pick(this.characterColors)
|
||||
|
|
Loading…
Reference in a new issue