This commit is contained in:
s-prechtl 2022-12-13 10:36:52 +01:00
parent a464da424a
commit e0e7f5bb60
4 changed files with 6 additions and 2 deletions

View file

@ -46,7 +46,6 @@ class Obstacle extends Entity implements Collidable{
}
public draw(): void {
noFill();
this.pipeTop.draw();
this.pipeBottom.draw();
}