mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
burg editor - MFCG preview
This commit is contained in:
parent
d176e3188c
commit
a9755dacc8
5 changed files with 78 additions and 58 deletions
1
main.js
1
main.js
|
|
@ -318,7 +318,6 @@ function findBurgForMFCG(params) {
|
|||
else if (p[0] === "shantytown") b.shanty = +p[1];
|
||||
else b[p[0]] = +p[1]; // other parameters
|
||||
}
|
||||
b.MFCGlink = document.referrer; // set direct link to MFCG
|
||||
if (params.get("name") && params.get("name") != "null") b.name = params.get("name");
|
||||
|
||||
const label = burgLabels.select("[data-id='" + burgId + "']");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue