Merge remote-tracking branch 'origin/models' into models

# Conflicts:
#	frontend/game.ts
This commit is contained in:
dhain 2022-12-13 09:30:29 +01:00
commit d0724e668a
3 changed files with 15 additions and 13 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;