forked from MapComplete/MapComplete
Better bookcase quests
This commit is contained in:
parent
1ef2459d54
commit
49cab66a72
11 changed files with 247 additions and 63 deletions
18
Customizations/Layouts/All.ts
Normal file
18
Customizations/Layouts/All.ts
Normal file
|
@ -0,0 +1,18 @@
|
|||
import {Layout} from "../Layout";
|
||||
|
||||
export class All extends Layout{
|
||||
constructor() {
|
||||
super(
|
||||
"all",
|
||||
"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",
|
||||
""
|
||||
);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue