Skip to content

Commit

Permalink
Add all pamis
Browse files Browse the repository at this point in the history
  • Loading branch information
eliottvantorre committed May 7, 2024
1 parent 2a278de commit 178f6fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/components/map/input/map-input.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ export class MapInputComponent extends AbstractComponent implements OnChanges, O
this.robots['pami △'] = this.buildRobot('pami △');
this.mainLayer.add(this.robots['pami △']);

this.robots['pami ▢'] = this.buildRobot('pami ▢');
this.mainLayer.add(this.robots['pami ▢']);

this.robots['pami ○'] = this.buildRobot('pami ○');
this.mainLayer.add(this.robots['pami ○']);

this.points = new Konva.Group();
this.mainLayer.add(this.points);

Expand Down

0 comments on commit 178f6fd

Please sign in to comment.