random pipe position working
This commit is contained in:
parent
4a40175884
commit
8e19fb7cfb
5 changed files with 59 additions and 17 deletions
|
|
@ -1,5 +1,8 @@
|
|||
class Pipe extends Entity {
|
||||
update() {
|
||||
constructor(position: Position, width: number, height: number) {
|
||||
super(position, width, height, 0);
|
||||
}
|
||||
|
||||
update(): void {
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue