Add bicycle parkings to the Cyclofix quest

This commit is contained in:
Pieter Fiers 2020-07-08 17:07:46 +02:00
parent ee2777495b
commit 87b3731ef1
4 changed files with 104 additions and 4 deletions

View file

@ -1,13 +1,14 @@
import {Layout} from "../Layout";
import {GrbToFix} from "../Layers/GrbToFix";
import { BikePumps } from "../Layers/BikePumps";
import { BikeParkings } from "../Layers/BikeParkings";
export class BikePumpsLayout extends Layout {
constructor() {
super(
"pomp",
"Grb import fix tool",
[new BikePumps()],
[new BikePumps(), new BikeParkings()],
15,
51.2083,
3.2279,