parent
2fa77ceef4
commit
66d234a78e
1 changed files with 3 additions and 3 deletions
|
@ -26,9 +26,9 @@ import { Subscription } from 'rxjs';
|
||||||
|
|
||||||
@HostBinding('style.--sky-color') skyBackground = this.pick(this.skyColors);
|
@HostBinding('style.--sky-color') skyBackground = this.pick(this.skyColors);
|
||||||
|
|
||||||
jumpingStrength: number = 22 ;
|
jumpingStrength = 22 ;
|
||||||
gravity: number = 0.8;
|
gravity = 0.8;
|
||||||
speed: number = 6;
|
speed = 6;
|
||||||
private routeSubscription: Subscription | undefined;
|
private routeSubscription: Subscription | undefined;
|
||||||
|
|
||||||
mario = {
|
mario = {
|
||||||
|
|
Loading…
Reference in a new issue