Merge remote-tracking branch 'origin/models' into models
# Conflicts: # frontend/game.ts
This commit is contained in:
commit
d0724e668a
3 changed files with 15 additions and 13 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