mapcomplete/Customizations/Layouts/All.ts
Pieter Vander Vennet 369c19a58a Translations
2020-07-21 00:07:04 +02:00

19 lines
446 B
TypeScript

import {Layout} from "../Layout";
export class All extends Layout{
constructor() {
super(
"all",
["en"],
"All quest layers",
[],
15,
51.2,
3.2,
"<h3>All quests of MapComplete</h3>" +
"This is a mixed bag. Some quests might be hard or for experts to answer only",
"Please log in",
""
);
}
}