code review

This commit is contained in:
s-prechtl 2022-12-13 08:33:37 +01:00
parent ba2d9f17e1
commit 7d84f51d91
3 changed files with 9 additions and 12 deletions

View file

@ -18,7 +18,6 @@ class Pipe extends Entity {
public update(): void {}
public draw(): void {
// @ts-ignore
image(this.image, this.position.x, this.position.y, this.width, this.height);
noFill();
rect(