raspberry flies
This commit is contained in:
parent
dbff8cfb56
commit
7dd557f968
3 changed files with 19 additions and 19 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue