code review
This commit is contained in:
parent
ba2d9f17e1
commit
7d84f51d91
3 changed files with 9 additions and 12 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue