mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
feat: fit map to screen size
This commit is contained in:
parent
ada39b47ad
commit
1200b9e60f
8 changed files with 64 additions and 75 deletions
|
|
@ -39,7 +39,7 @@ window.Submap = (function () {
|
|||
DEBUG && console.log("Using Options:", options);
|
||||
|
||||
// create new grid
|
||||
applyMapSize();
|
||||
applyGraphSize();
|
||||
grid = generateGrid();
|
||||
|
||||
drawScaleBar(scale);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue