Make it multiplayer

This commit is contained in:
Andras Schmelczer 2019-09-22 20:21:44 +02:00
parent 19aad2b2af
commit 1598260ce3
27 changed files with 464 additions and 332 deletions

View file

@ -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 => {