raspberry flies

This commit is contained in:
s-prechtl 2022-12-13 09:24:33 +01:00
parent dbff8cfb56
commit 7dd557f968
3 changed files with 19 additions and 19 deletions

View file

@ -3,7 +3,7 @@ class Obstacle extends Entity {
private pipeBottom: Pipe;
private readonly distanceBetweenPipes: number;
private readonly padding: number = 300;
private readonly speed: number = 8;
private readonly speed: number = 3;
private static startX: number;