mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
v1.0.05
This commit is contained in:
parent
ee70be134f
commit
59785125b0
6 changed files with 150 additions and 30 deletions
2
main.js
2
main.js
|
|
@ -391,7 +391,7 @@ function focusOn() {
|
|||
}
|
||||
|
||||
const b = +params.get("burg");
|
||||
if (b) {
|
||||
if (b && pack.burgs[b]) {
|
||||
x = pack.burgs[b].x;
|
||||
y = pack.burgs[b].y;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue