mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-04-10 01:16:05 +02:00
Merge branch 'master' into 3d-view-upgrade
This commit is contained in:
commit
a2ba10be78
3 changed files with 7 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
|||
"use strict";
|
||||
|
||||
window.Markers = (function () {
|
||||
let config = [];
|
||||
let config = getDefaultConfig();
|
||||
let occupied = [];
|
||||
|
||||
function getDefaultConfig() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue