lint test pass
Some checks failed
ci / build (push) Failing after 45s

This commit is contained in:
miwr 2025-04-10 16:05:06 +02:00
parent 2fa77ceef4
commit 66d234a78e

View file

@ -26,9 +26,9 @@ import { Subscription } from 'rxjs';
@HostBinding('style.--sky-color') skyBackground = this.pick(this.skyColors);
jumpingStrength: number = 22 ;
gravity: number = 0.8;
speed: number = 6;
jumpingStrength = 22 ;
gravity = 0.8;
speed = 6;
private routeSubscription: Subscription | undefined;
mario = {