Make it multiplayer
This commit is contained in:
parent
19aad2b2af
commit
1598260ce3
27 changed files with 464 additions and 332 deletions
|
|
@ -36,9 +36,7 @@ export class TowerComponent implements OnInit {
|
|||
return this.styledBlocks.filter(b => b.shouldDraw);
|
||||
}
|
||||
|
||||
public constructor(private modalService: ModalService, private changeDetection: ChangeDetectorRef) {
|
||||
console.log('oo');
|
||||
}
|
||||
public constructor(private modalService: ModalService, private changeDetection: ChangeDetectorRef) {}
|
||||
|
||||
ngOnInit() {
|
||||
this.tower$.subscribe(value => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue