jumpStrength: 21

This commit is contained in:
miwr 2025-04-09 10:06:17 +02:00
parent 1f81a47d1a
commit ac610e6590

View file

@ -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)